diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-05-09 08:48:05 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-05-09 08:48:05 +0300 |
commit | a27bc41109cbd8ee02bd48ce99566997bb3c5ace (patch) | |
tree | 5620b95c39297b7d817e735875c405d869097b53 /src/pages/widgets/switches.pug | |
parent | Merge pull request #691 from sittaneumayer/options (diff) | |
parent | Refactor popup menu (diff) | |
download | libredirect-a27bc41109cbd8ee02bd48ce99566997bb3c5ace.zip |
Merge branch 'popup' of https://github.com/sittaneumayer/libredirect into sittaneumayer-popup
Diffstat (limited to 'src/pages/widgets/switches.pug')
-rw-r--r-- | src/pages/widgets/switches.pug | 2 |
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`) |