aboutsummaryrefslogtreecommitdiff
path: root/src/components/notification/notification.vue
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2023-05-23 08:24:56 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2023-05-23 08:24:56 +0000
commitb6cef856f917baca5114b76f6854f00f957b0eec (patch)
treeda3b376cfbd69b7d9c667422d419ea89b600e72a /src/components/notification/notification.vue
parent1e597d8b1aea91ae5c299fa6d5f32fac48b60e88 (diff)
parentb82f2a3543b733eda9ce52d60d6b7aba60f787d0 (diff)
Merge branch 'tusooa/reaction-accessibility' into 'develop'
Reaction accessibility See merge request pleroma/pleroma-fe!1827
Diffstat (limited to 'src/components/notification/notification.vue')
-rw-r--r--src/components/notification/notification.vue3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/notification/notification.vue b/src/components/notification/notification.vue
index 4d801c5e..5a32fc70 100644
--- a/src/components/notification/notification.vue
+++ b/src/components/notification/notification.vue
@@ -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