fix(a11y): add notification icon label
This commit is contained in:
parent
c0c2e5663c
commit
b69cf6ed42
|
|
@ -9,6 +9,7 @@
|
|||
class="trigger-button"
|
||||
@click.stop="showNotifications = !showNotifications"
|
||||
>
|
||||
<span class="sr-only">{{ $t('notification.title') }}</span>
|
||||
<span
|
||||
v-if="unreadNotifications > 0"
|
||||
class="unread-indicator"
|
||||
|
|
|
|||
Loading…
Reference in New Issue