From 232bbd20e3d22d990a37f0974c5fe79e9425d133 Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 21 Jun 2024 16:44:52 +0100 Subject: replaced ti-copy --- packages/frontend/src/scripts/get-note-menu.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/frontend/src/scripts/get-note-menu.ts') 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) -- cgit v1.2.3-freya