From c5a12ca2c74081cac6255aae114853ba41389d17 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 27 Jan 2023 11:35:04 +0900 Subject: [PATCH] =?UTF-8?q?fix(client):=20=E3=83=95=E3=82=A9=E3=83=AD?= =?UTF-8?q?=E3=83=BC=E7=94=B3=E8=AB=8B=E3=83=BB=E3=83=95=E3=82=A9=E3=83=AD?= =?UTF-8?q?=E3=83=BC=E3=81=AE=E3=83=9C=E3=82=BF=E3=83=B3=E3=81=8C=E3=80=81?= =?UTF-8?q?=E9=80=9A=E7=9F=A5=E3=81=8B=E3=82=89=E6=B6=88=E3=81=88=E3=81=A6?= =?UTF-8?q?=E3=81=84=E3=82=8B=E5=95=8F=E9=A1=8C=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix #9717 --- .../frontend/src/components/MkNotification.vue | 14 +++++++------- .../frontend/src/components/MkNotifications.vue | 2 +- packages/frontend/src/ui/_common_/notification.vue | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/frontend/src/components/MkNotification.vue b/packages/frontend/src/components/MkNotification.vue index a8b8fec346..b51d456eab 100644 --- a/packages/frontend/src/components/MkNotification.vue +++ b/packages/frontend/src/components/MkNotification.vue @@ -38,26 +38,26 @@
- + - + - + - + - + - + @@ -68,7 +68,7 @@ {{ i18n.ts.receiveFollowRequest }}
|
{{ i18n.ts.groupInvited }}: {{ notification.invitation.group.name }}
|
- +
diff --git a/packages/frontend/src/components/MkNotifications.vue b/packages/frontend/src/components/MkNotifications.vue index f5ae7bcee4..ab5dff8db5 100644 --- a/packages/frontend/src/components/MkNotifications.vue +++ b/packages/frontend/src/components/MkNotifications.vue @@ -10,7 +10,7 @@ diff --git a/packages/frontend/src/ui/_common_/notification.vue b/packages/frontend/src/ui/_common_/notification.vue index 1f9c675a15..06dfcb0a23 100644 --- a/packages/frontend/src/ui/_common_/notification.vue +++ b/packages/frontend/src/ui/_common_/notification.vue @@ -1,6 +1,6 @@