mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 10:23:08 +02:00
chore: replace icons on new menu
This commit is contained in:
parent
2eebf3e33f
commit
83c64377fc
1 changed files with 2 additions and 2 deletions
|
@ -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}:`);
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue