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" tabindex="0"
@click="updateSelected(option)" @click="updateSelected(option)"
@keydown.enter="updateSelected(option)" @keydown.enter="updateSelected(option)"
role="button"
> >
{{ option.label }} {{ option.label }}
</li> </li>

View File

@ -62,6 +62,7 @@
<button <button
class="logout-button transparent" class="logout-button transparent"
@click="updateDisplayModal(true)" @click="updateDisplayModal(true)"
:aria-label="$t('user.LOGOUT')"
> >
<i class="fa fa-sign-out logout-fa" aria-hidden="true" /> <i class="fa fa-sign-out logout-fa" aria-hidden="true" />
<span class="logout-text">{{ $t('user.LOGOUT') }}</span> <span class="logout-text">{{ $t('user.LOGOUT') }}</span>