fix(a11y): add labels to logo

This commit is contained in:
kolaente 2025-01-22 09:59:38 +01:00
parent 88761db2b1
commit 8daf500b52
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
4 changed files with 4 additions and 2 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

@ -7,6 +7,7 @@
<RouterLink
:to="{ name: 'home' }"
class="logo-link"
:aria-label="$t('navigation.overview')"
>
<Logo
width="164"

View File

@ -7,6 +7,7 @@
<RouterLink
:to="{name: 'home'}"
class="logo"
:aria-label="$t('navigation.overview')"
>
<Logo
width="164"