1
0

chore: correct the icons being used

This commit is contained in:
Mar0xy
2023-11-06 00:33:44 +01:00
parent 53868f0176
commit d8a9d72dbb
3 changed files with 4 additions and 4 deletions
@@ -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}:`);
},