fix(a11y): add keyboard shortcuts button label

This commit is contained in:
kolaente 2025-01-22 10:42:14 +01:00
parent 70cce5f74a
commit 46cec908fd
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@
class="keyboard-shortcuts-button d-print-none"
@click="showKeyboardShortcuts()"
>
<span class="sr-only">{{ $t('keyboardShortcuts.title') }}</span>
<Icon icon="keyboard" />
</BaseButton>
</main>