Accessibility: add link to language switcher

This commit is contained in:
Nicolas Lorin 2023-03-06 23:23:34 +01:00
parent f5b435909e
commit 328e89d7a6
No known key found for this signature in database
GPG key ID: BDE9D4146DB38124

View file

@ -1,7 +1,7 @@
{{ if .IsTranslated }}
<div>
<div class="cursor-pointer flex items-center nested-menu">
<a class="text-base font-medium text-gray-500 hover:text-gray-900" title="{{ .Title }}">
<a href="#" class="text-base font-medium text-gray-500 hover:text-gray-900" title="{{ .Title }}">
{{- i18n "global.language" | markdownify | emojify -}}
</a>
</div>
@ -19,4 +19,4 @@
</div>
</div>
</div>
{{ end }}
{{ end }}