Add text label for custom emoji reactions

This commit is contained in:
tusooa 2023-05-22 22:37:18 -04:00
parent c675130024
commit dc2ff9b2d2
No known key found for this signature in database
GPG Key ID: 42AEC43D48433C51

View File

@ -125,7 +125,8 @@
v-if="notification.emoji_url"
class="emoji-reaction-emoji emoji-reaction-emoji-image"
:src="notification.emoji_url"
:name="notification.emoji"
:alt="notification.emoji"
:title="notification.emoji"
>
<span
v-else