chore: replace icons on new menu
This commit is contained in:
@@ -80,14 +80,14 @@ function onClick(ev: MouseEvent) {
|
|||||||
text: `:${props.name}:`,
|
text: `:${props.name}:`,
|
||||||
}, {
|
}, {
|
||||||
text: i18n.ts.copy,
|
text: i18n.ts.copy,
|
||||||
icon: 'ti ti-copy',
|
icon: 'ph-copy ph-bold ph-lg',
|
||||||
action: () => {
|
action: () => {
|
||||||
copyToClipboard(`:${props.name}:`);
|
copyToClipboard(`:${props.name}:`);
|
||||||
os.success();
|
os.success();
|
||||||
},
|
},
|
||||||
}, ...(props.menuReaction && react ? [{
|
}, ...(props.menuReaction && react ? [{
|
||||||
text: i18n.ts.doReaction,
|
text: i18n.ts.doReaction,
|
||||||
icon: 'ti ti-plus',
|
icon: 'ph-plus ph-bold ph-lg',
|
||||||
action: () => {
|
action: () => {
|
||||||
react(`:${props.name}:`);
|
react(`:${props.name}:`);
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user