fix(a11y): add labels to reaction button
This commit is contained in:
parent
32e97b8d6f
commit
7c27413dd1
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue