replaced ti-copy
This commit is contained in:
parent
582f4b01ce
commit
232bbd20e3
11 changed files with 14 additions and 13 deletions
|
|
@ -327,7 +327,7 @@ export function getNoteMenu(props: {
|
|||
text: i18n.ts.details,
|
||||
action: openDetail,
|
||||
}, {
|
||||
icon: 'ph-copy ph-bold ph-lg',
|
||||
icon: 'ti ti-copy',
|
||||
text: i18n.ts.copyContent,
|
||||
action: copyContent,
|
||||
}, getCopyNoteLinkMenu(appearNote, i18n.ts.copyLink)
|
||||
|
|
@ -476,7 +476,7 @@ export function getNoteMenu(props: {
|
|||
text: i18n.ts.details,
|
||||
action: openDetail,
|
||||
}, {
|
||||
icon: 'ph-copy ph-bold ph-lg',
|
||||
icon: 'ti ti-copy',
|
||||
text: i18n.ts.copyContent,
|
||||
action: copyContent,
|
||||
}, getCopyNoteLinkMenu(appearNote, i18n.ts.copyLink)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue