diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-06-02 17:53:32 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-06-04 09:05:44 +0200 |
commit | 81fe3c67c5d70e69aa2d965a41afd7331cd4fb76 (patch) | |
tree | 1c2e81d9e609a71f87aa5c29172200b6b283a66f /client/src/assets/images/global/cross.svg | |
parent | 140ea386dea49220f4cdd5b67027e8d30eee1b06 (diff) | |
download | PeerTube-81fe3c67c5d70e69aa2d965a41afd7331cd4fb76.tar.gz PeerTube-81fe3c67c5d70e69aa2d965a41afd7331cd4fb76.tar.zst PeerTube-81fe3c67c5d70e69aa2d965a41afd7331cd4fb76.zip |
fix duplicate id in svg, empty alt in base email
Diffstat (limited to 'client/src/assets/images/global/cross.svg')
-rw-r--r-- | client/src/assets/images/global/cross.svg | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/client/src/assets/images/global/cross.svg b/client/src/assets/images/global/cross.svg index 962578487..3b8b2d30d 100644 --- a/client/src/assets/images/global/cross.svg +++ b/client/src/assets/images/global/cross.svg | |||
@@ -1,10 +1,6 @@ | |||
1 | <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> | 1 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> |
2 | <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round"> | 2 | <defs/> |
3 | <g transform="translate(-312.000000, -115.000000)" stroke="#000000" stroke-width="2"> | 3 | <g fill="none" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-width="2"> |
4 | <g id="7" transform="translate(312.000000, 115.000000)"> | 4 | <path d="M19 5L5 19M5 5l14 14"/> |
5 | <path d="M19,5 L5,19" id="Path-14"></path> | 5 | </g> |
6 | <path d="M19,5 L5,19" id="Path-14" transform="translate(12.000000, 12.000000) scale(-1, 1) translate(-12.000000, -12.000000) "></path> | ||
7 | </g> | ||
8 | </g> | ||
9 | </g> | ||
10 | </svg> | 6 | </svg> |