We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3963a7f commit ed65cd2Copy full SHA for ed65cd2
1 file changed
hypha/templates/includes/language-switcher.html
@@ -45,7 +45,7 @@
45
<li>
46
<label
47
lang="{{ language.code }}"
48
- class="text-base-content {% if language.code == LANGUAGE_CODE %}menu-active{% endif %}"
+ class="{% if language.code == LANGUAGE_CODE %}menu-active{% else %}text-base-content{% endif %}"
49
for="{{ language.code }}"
50
x-on:click="$nextTick(() => { $refs.langForm.submit() })"
51
><span class="capitalize">{{ language.name_local }}</span> ({{ language.code }})</label>
0 commit comments