From b4e3217cc20c42d3a16a062380c0b3f3c8c5f623 Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 21 Jun 2024 14:30:40 +0100 Subject: replaced ti-pin --- 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 09225a030d..c3fa623b00 100644 --- a/packages/frontend/src/scripts/get-note-menu.ts +++ b/packages/frontend/src/scripts/get-note-menu.ts @@ -381,7 +381,7 @@ export function getNoteMenu(props: { text: i18n.ts.unpin, action: () => togglePin(false), } : { - icon: 'ph-push-pin ph-bold ph-lg', + icon: 'ti ti-pin', text: i18n.ts.pin, action: () => togglePin(true), } : undefined, @@ -434,7 +434,7 @@ export function getNoteMenu(props: { }); } else { channelChildMenu.push({ - icon: 'ph-push-pin ph-bold ph-lg', + icon: 'ti ti-pin', text: i18n.ts.pin, action: () => os.apiWithDialog('channels/update', { channelId: appearNote.channel!.id, -- cgit v1.2.3-freya