about summary refs log tree commit diff stats
path: root/src/pages/widgets/switches.pug
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2023-01-30 15:46:10 +0300
committerManeraKai <manerakai@protonmail.com>2023-01-30 15:46:10 +0300
commit21e87a6412b4dac679846884af16f744bc152eca (patch)
tree77b1d67e150fb77a1c5b19dee8ee22e6dad6d255 /src/pages/widgets/switches.pug
parentUpdated screenshots (diff)
downloadlibredirect-21e87a6412b4dac679846884af16f744bc152eca.zip
Fixed locales and other typing stuff
Diffstat (limited to 'src/pages/widgets/switches.pug')
-rw-r--r--src/pages/widgets/switches.pug2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/widgets/switches.pug b/src/pages/widgets/switches.pug
index 6b6f0c2b..2dfad676 100644
--- a/src/pages/widgets/switches.pug
+++ b/src/pages/widgets/switches.pug
@@ -1,6 +1,6 @@
 each val, service in services    
     div(class=service + " some-block")
-        a(class="title" href=`/pages/options/index.html#${services[service].name.toLowerCase()}`)
+        a(class="title" href=services[service].url)
             if services[service].imageType == 'svgMono'
                 img(class='dark' src=`/assets/images/${service}-icon.svg`)
                 img(class='light' src=`/assets/images/${service}-icon-light.svg`)