From 879f0d86484ff2dc211ff183f9badbdfa1ca5057 Mon Sep 17 00:00:00 2001 From: TAKAHASHI Shuuji Date: Fri, 9 Aug 2024 15:00:19 +0900 Subject: [PATCH] feat(ui): overlap multiple account icons in notification (#2869) --- components/notification/NotificationGroupedLikes.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/notification/NotificationGroupedLikes.vue b/components/notification/NotificationGroupedLikes.vue index 045794ef8..a3855150b 100644 --- a/components/notification/NotificationGroupedLikes.vue +++ b/components/notification/NotificationGroupedLikes.vue @@ -27,16 +27,16 @@ const likes = computed(() => group.likes.filter(i => i.favourite && !i.reblog)) {{ $t('notification.reblogged_post') }} -
+
-
+
{{ $t('notification.favourited_post') }}