about summary refs log tree commit diff stats
path: root/src/pages/widgets/links.pug
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2022-05-21 16:38:28 +0300
committerManeraKai <manerakai@protonmail.com>2022-05-21 16:38:28 +0300
commit68f9fbb3f7862dd9f854a11bc74525985ddbb9c9 (patch)
treede474998634ef4fd0ed26859ba88653bbd162a90 /src/pages/widgets/links.pug
parentHiding popup buttons when not available (diff)
downloadlibredirect-68f9fbb3f7862dd9f854a11bc74525985ddbb9c9.zip
Fixed buttons in the general tab
Diffstat (limited to 'src/pages/widgets/links.pug')
-rw-r--r--src/pages/widgets/links.pug2
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")