fix(a11y): add labels to logo
This commit is contained in:
parent
88761db2b1
commit
8daf500b52
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 |
|
|
@ -7,6 +7,7 @@
|
|||
<RouterLink
|
||||
:to="{ name: 'home' }"
|
||||
class="logo-link"
|
||||
:aria-label="$t('navigation.overview')"
|
||||
>
|
||||
<Logo
|
||||
width="164"
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
<RouterLink
|
||||
:to="{name: 'home'}"
|
||||
class="logo"
|
||||
:aria-label="$t('navigation.overview')"
|
||||
>
|
||||
<Logo
|
||||
width="164"
|
||||
|
|
|
|||
Loading…
Reference in New Issue