replaced more ti-*

This commit is contained in:
dakkar 2024-06-22 14:36:39 +01:00
parent 138127a5b6
commit f2c56f395e
37 changed files with 70 additions and 55 deletions

View file

@ -342,7 +342,7 @@ export function getNoteMenu(props: {
},
} : undefined,
...(isSupportShare() ? [{
icon: 'ph-share-network ph-bold ph-lg',
icon: 'ti ti-share',
text: i18n.ts.share,
action: share,
}] : []),
@ -456,7 +456,7 @@ export function getNoteMenu(props: {
action: edit,
} : undefined,
{
icon: 'ph-pencil-simple-line ph-bold ph-lg',
icon: 'ti ti-edit',
text: i18n.ts.deleteAndEdit,
danger: true,
action: delEdit,