mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-07-11 10:34:54 -05:00
fix(a11y): add notification icon label
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user