fix(a11y): add notification icon label

This commit is contained in:
kolaente 2025-01-22 10:32:48 +01:00
parent c0c2e5663c
commit b69cf6ed42
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -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"