replaced ti-copy

This commit is contained in:
dakkar 2024-06-21 16:44:52 +01:00
parent 582f4b01ce
commit 232bbd20e3
11 changed files with 14 additions and 13 deletions

View file

@ -31,7 +31,7 @@ function menu(ev) {
text: ':' + props.emoji.name + ':',
}, {
text: i18n.ts.copy,
icon: 'ph-copy ph-bold ph-lg',
icon: 'ti ti-copy',
action: () => {
copyToClipboard(`:${props.emoji.name}:`);
os.success();