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/widgets/links.pug | |
parent | Hiding popup buttons when not available (diff) | |
download | libredirect-68f9fbb3f7862dd9f854a11bc74525985ddbb9c9.zip |
Fixed buttons in the general tab
Diffstat (limited to 'src/pages/widgets/links.pug')
-rw-r--r-- | src/pages/widgets/links.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/widgets/links.pug b/src/pages/widgets/links.pug index 4d6fdd74..97601966 100644 --- a/src/pages/widgets/links.pug +++ b/src/pages/widgets/links.pug @@ -44,7 +44,7 @@ mixin links(service) .title img(src="../../../assets/images/peertube-icon.svg") - a(href="../peertube/peertube.html" data-localise="__MSG_peertube__" class=service == "peertube" ? "selected" : "") Peertube + a(href="../peertube/peertube.html" data-localise="__MSG_peertube__" class=service == "peertube" ? "selected" : "") PeerTube .title img(src="../../../assets/images/lbry-icon.png") |