diff options
| author | Mar0xy <marie@kaifa.ch> | 2023-11-06 00:33:44 +0100 |
|---|---|---|
| committer | Mar0xy <marie@kaifa.ch> | 2023-11-06 00:33:44 +0100 |
| commit | d8a9d72dbb3b2faeed0b412d0bd6505e5f17840c (patch) | |
| tree | 6d8e3ec1c45ed105d973b46e9ef5817bf618035b /packages/frontend/src/components/global/MkCustomEmoji.vue | |
| parent | chore: replace tabler icons with phosphor icons (diff) | |
| download | sharkey-d8a9d72dbb3b2faeed0b412d0bd6505e5f17840c.tar.gz sharkey-d8a9d72dbb3b2faeed0b412d0bd6505e5f17840c.tar.bz2 sharkey-d8a9d72dbb3b2faeed0b412d0bd6505e5f17840c.zip | |
chore: correct the icons being used
Diffstat (limited to 'packages/frontend/src/components/global/MkCustomEmoji.vue')
| -rw-r--r-- | packages/frontend/src/components/global/MkCustomEmoji.vue | 2 |
1 files changed, 1 insertions, 1 deletions
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}:`); }, |