summaryrefslogtreecommitdiff
path: root/packages/frontend/src/scripts/get-note-menu.ts
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2024-06-21 16:44:52 +0100
committerdakkar <dakkar@thenautilus.net>2024-06-22 15:53:13 +0100
commit232bbd20e3d22d990a37f0974c5fe79e9425d133 (patch)
tree58ec3bb12111ce1fec22a4c683b5360f8f553051 /packages/frontend/src/scripts/get-note-menu.ts
parentreplaced ti-cookie (diff)
downloadsharkey-232bbd20e3d22d990a37f0974c5fe79e9425d133.tar.gz
sharkey-232bbd20e3d22d990a37f0974c5fe79e9425d133.tar.bz2
sharkey-232bbd20e3d22d990a37f0974c5fe79e9425d133.zip
replaced ti-copy
Diffstat (limited to 'packages/frontend/src/scripts/get-note-menu.ts')
-rw-r--r--packages/frontend/src/scripts/get-note-menu.ts4
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)