Client - navbar & language dropdown fixes

This commit is contained in:
Sam
2023-07-13 09:34:16 +02:00
parent 6220a44551
commit 7832725ec9
2 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@
tabindex="0"
@click="updateSelected(option)"
@keydown.enter="updateSelected(option)"
role="button"
>
{{ option.label }}
</li>