diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-05-21 16:38:28 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-05-21 16:38:28 +0300 |
commit | 68f9fbb3f7862dd9f854a11bc74525985ddbb9c9 (patch) | |
tree | de474998634ef4fd0ed26859ba88653bbd162a90 /src/pages/options/imgur | |
parent | Hiding popup buttons when not available (diff) | |
download | libredirect-68f9fbb3f7862dd9f854a11bc74525985ddbb9c9.zip |
Fixed buttons in the general tab
Diffstat (limited to 'src/pages/options/imgur')
-rw-r--r-- | src/pages/options/imgur/imgur.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/options/imgur/imgur.html b/src/pages/options/imgur/imgur.html index d537acff..6194fbb3 100644 --- a/src/pages/options/imgur/imgur.html +++ b/src/pages/options/imgur/imgur.html @@ -31,7 +31,7 @@ <ellipse cx="1682" cy="502" rx="88" ry="424"></ellipse> </svg><a href="../medium/medium.html" data-localise="__MSG_medium__">Medium</a> </div> - <div class="title"> <img src="../../../assets/images/peertube-icon.svg"><a href="../peertube/peertube.html" data-localise="__MSG_peertube__">Peertube</a></div> + <div class="title"> <img src="../../../assets/images/peertube-icon.svg"><a href="../peertube/peertube.html" data-localise="__MSG_peertube__">PeerTube</a></div> <div class="title"> <img src="../../../assets/images/lbry-icon.png"><a href="../lbry/lbry.html" data-localise="__MSG_lbry__">LBRY/Odysee</a></div> <div class="title"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"> |