diff options
author | kimsible <kimsible@users.noreply.github.com> | 2020-08-07 19:00:51 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-08-14 15:03:38 +0200 |
commit | 3c176894bae9de7958605fe432bff770b9232807 (patch) | |
tree | bb3d526c08ec84138a01bda75f5e24485b566c54 /client/src/assets/images | |
parent | cb54210c192bdbedab5d3333cc2602df8e23a38a (diff) | |
download | PeerTube-3c176894bae9de7958605fe432bff770b9232807.tar.gz PeerTube-3c176894bae9de7958605fe432bff770b9232807.tar.zst PeerTube-3c176894bae9de7958605fe432bff770b9232807.zip |
Add markown compatible help icon in comment textarea
Diffstat (limited to 'client/src/assets/images')
-rw-r--r-- | client/src/assets/images/misc/markdown.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/assets/images/misc/markdown.svg b/client/src/assets/images/misc/markdown.svg new file mode 100644 index 000000000..ee0f15303 --- /dev/null +++ b/client/src/assets/images/misc/markdown.svg | |||
@@ -0,0 +1 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="24" viewBox="0 0 208 128"><rect width="198" height="118" x="5" y="5" ry="10" stroke="#000" stroke-width="10" fill="none"/><path d="M30 98V30h20l20 25 20-25h20v68H90V59L70 84 50 59v39zm125 0l-30-33h20V30h20v35h20z"/></svg> | |||