diff --git a/packages/frontend/src/components/MkNotification.vue b/packages/frontend/src/components/MkNotification.vue index 6b47f9c341..7ab3a95f5b 100644 --- a/packages/frontend/src/components/MkNotification.vue +++ b/packages/frontend/src/components/MkNotification.vue @@ -9,8 +9,8 @@ SPDX-License-Identifier: AGPL-3.0-only -
-
+
+
diff --git a/packages/frontend/src/components/global/MkCustomEmoji.vue b/packages/frontend/src/components/global/MkCustomEmoji.vue index 65d45f2534..10d7d93b01 100644 --- a/packages/frontend/src/components/global/MkCustomEmoji.vue +++ b/packages/frontend/src/components/global/MkCustomEmoji.vue @@ -87,7 +87,7 @@ function onClick(ev: MouseEvent) { }, }, ...(props.menuReaction && react ? [{ text: i18n.ts.doReaction, - icon: 'ph-plus ph-bold ph-lg', + icon: 'ph-smiley ph-bold ph-lg', action: () => { react(`:${props.name}:`); }, diff --git a/packages/frontend/src/components/global/MkEmoji.vue b/packages/frontend/src/components/global/MkEmoji.vue index 7fa3ce75a3..24655106ce 100644 --- a/packages/frontend/src/components/global/MkEmoji.vue +++ b/packages/frontend/src/components/global/MkEmoji.vue @@ -53,7 +53,7 @@ function onClick(ev: MouseEvent) { }, }, ...(props.menuReaction && react ? [{ text: i18n.ts.doReaction, - icon: 'ph-plus ph-bold ph-lg', + icon: 'ph-smiley ph-bold ph-lg', action: () => { react(props.emoji); },