mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-07-10 19:53:26 -05:00
fix(a11y): add labels to logo
This commit is contained in:
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"
|
||||
|
||||
Reference in New Issue
Block a user