chore: replace tabler icons with phosphor icons

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

View file

@ -46,14 +46,14 @@ function onClick(ev: MouseEvent) {
text: props.emoji,
}, {
text: i18n.ts.copy,
icon: 'ti ti-copy',
icon: 'ph-copy ph-bold ph-lg',
action: () => {
copyToClipboard(props.emoji);
os.success();
},
}, ...(props.menuReaction && react ? [{
text: i18n.ts.doReaction,
icon: 'ti ti-plus',
icon: 'ph-plus ph-bold ph-lg',
action: () => {
react(props.emoji);
},