chore: correct the icons being used

This commit is contained in:
Mar0xy 2023-11-06 00:33:44 +01:00
parent 53868f0176
commit d8a9d72dbb
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
3 changed files with 4 additions and 4 deletions

View file

@ -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}:`);
},