replaced ti-copy
This commit is contained in:
parent
582f4b01ce
commit
232bbd20e3
11 changed files with 14 additions and 13 deletions
|
|
@ -91,7 +91,7 @@ function onClick(ev: MouseEvent) {
|
|||
text: `:${props.name}:`,
|
||||
}, {
|
||||
text: i18n.ts.copy,
|
||||
icon: 'ph-copy ph-bold ph-lg',
|
||||
icon: 'ti ti-copy',
|
||||
action: () => {
|
||||
copyToClipboard(`:${props.name}:`);
|
||||
os.success();
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ function onClick(ev: MouseEvent) {
|
|||
text: props.emoji,
|
||||
}, {
|
||||
text: i18n.ts.copy,
|
||||
icon: 'ph-copy ph-bold ph-lg',
|
||||
icon: 'ti ti-copy',
|
||||
action: () => {
|
||||
copyToClipboard(props.emoji);
|
||||
os.success();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue