diff options
| author | dakkar <dakkar@thenautilus.net> | 2024-06-22 14:36:39 +0100 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2024-06-22 15:53:36 +0100 |
| commit | f2c56f395e73a7498d777e83e9c2dbc36ff05813 (patch) | |
| tree | 031b602b713998156660853e0000ad45a235060f /packages/frontend/src/scripts/get-note-menu.ts | |
| parent | replaced ti-apps and a few more (diff) | |
| download | sharkey-f2c56f395e73a7498d777e83e9c2dbc36ff05813.tar.gz sharkey-f2c56f395e73a7498d777e83e9c2dbc36ff05813.tar.bz2 sharkey-f2c56f395e73a7498d777e83e9c2dbc36ff05813.zip | |
replaced more ti-*
Diffstat (limited to 'packages/frontend/src/scripts/get-note-menu.ts')
| -rw-r--r-- | packages/frontend/src/scripts/get-note-menu.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/frontend/src/scripts/get-note-menu.ts b/packages/frontend/src/scripts/get-note-menu.ts index 3851bde534..a252486b29 100644 --- a/packages/frontend/src/scripts/get-note-menu.ts +++ b/packages/frontend/src/scripts/get-note-menu.ts @@ -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, |