fix(a11y): add labels to reaction button

This commit is contained in:
kolaente 2025-01-22 11:07:57 +01:00
parent 32e97b8d6f
commit 7c27413dd1
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -155,6 +155,7 @@ async function toggleReaction(value: string) {
class="reaction-button"
@click.stop="toggleEmojiPicker"
>
<span class="tw-sr-only">{{ $t('reaction.add') }}</span>
<Icon :icon="['far', 'face-laugh']" />
</BaseButton>
<CustomTransition name="fade">