summaryrefslogtreecommitdiffci
path: root/views/pages/language-pick.html
diff options
from:
to:
context:
space:
mode:
authorGravatar SayaAndy <saya.andy@posteo.com> 2026-04-04 03:41:43 +0700
committerGravatar SayaAndy <saya.andy@posteo.com> 2026-04-04 03:41:43 +0700
commit13428b467f752d9b53b39a3c8122998f1896ed1e (patch)
tree120db7c5a2f411de3d00b038f073676e06148a26 /views/pages/language-pick.html
parentb1355436e96f2dfa777e843b53896d0bb71628e3 (diff)
downloadweb-13428b467f752d9b53b39a3c8122998f1896ed1e.tar.gz
web-13428b467f752d9b53b39a3c8122998f1896ed1e.zip
fix: remove leading slash in path with going up
format: remove redundant var specs
Diffstat (limited to 'views/pages/language-pick.html')
-rw-r--r--views/pages/language-pick.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/pages/language-pick.html b/views/pages/language-pick.html
index 29c5888..f4119e4 100644
--- a/views/pages/language-pick.html
+++ b/views/pages/language-pick.html
@@ -2,7 +2,7 @@
<div class="flex flex-col justify-center text-3xl h-full">
{{- range .AvailableLanguages }}
<hr class="border-t-2 border-dotted border-main-hard">
- <div class="nth-[2n+1_of_div]:bg-(--color-background-medium)/50 nth-[2n_of_div]:bg-(--color-background-light)/50 p-2.5 flex flex-row justify-center justify-items-center">
+ <div class="nth-[2n+1_of_div]:bg-background-medium/50 nth-[2n_of_div]:bg-background-light/50 p-2.5 flex flex-row justify-center justify-items-center">
<a href="/{{ .Name }}" class="w-12 h-12 basis-12 shrink-0 mr-4">
<img onclick="return changeUrl('{{ .Name }}');" class="w-full h-full aspect-square cursor-pointer object-cover rounded-md select-none" src="{{ .Flag }}">
</a>