diff options
| author | dakkar <dakkar@thenautilus.net> | 2024-06-21 16:44:52 +0100 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2024-06-22 15:53:13 +0100 |
| commit | 232bbd20e3d22d990a37f0974c5fe79e9425d133 (patch) | |
| tree | 58ec3bb12111ce1fec22a4c683b5360f8f553051 /packages/frontend/src/scripts | |
| parent | replaced ti-cookie (diff) | |
| download | sharkey-232bbd20e3d22d990a37f0974c5fe79e9425d133.tar.gz sharkey-232bbd20e3d22d990a37f0974c5fe79e9425d133.tar.bz2 sharkey-232bbd20e3d22d990a37f0974c5fe79e9425d133.zip | |
replaced ti-copy
Diffstat (limited to 'packages/frontend/src/scripts')
| -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 418382fea1..6105302782 100644 --- a/packages/frontend/src/scripts/get-note-menu.ts +++ b/packages/frontend/src/scripts/get-note-menu.ts @@ -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) |