about summary refs log tree commit diff stats
path: root/src/pages/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/widgets')
-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 580a25dc..c4a34f1d 100644
--- a/src/pages/widgets/switches.pug
+++ b/src/pages/widgets/switches.pug
@@ -1,5 +1,5 @@
 each val, service in services    
-    div(class=service + " some-block")
+    div(class=service + " some-block hide")
         a(class="title" href=services[service].url)
             if services[service].imageType == 'svgMono'
                 img(class='dark' src=`/assets/images/${service}-icon.svg`)