From 43bd8ace961683210a1409b31fb8aa7169c02f22 Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 31 May 2024 12:41:41 +0100 Subject: replace icons --- packages/frontend/src/scripts/get-note-menu.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/frontend/src/scripts') diff --git a/packages/frontend/src/scripts/get-note-menu.ts b/packages/frontend/src/scripts/get-note-menu.ts index 3d3653b84f..23c98c1881 100644 --- a/packages/frontend/src/scripts/get-note-menu.ts +++ b/packages/frontend/src/scripts/get-note-menu.ts @@ -634,7 +634,7 @@ export function getRenoteMenu(props: { normalExternalChannelRenoteItems.push({ type: 'parent', - icon: 'ti ti-repeat', + icon: 'ph ph-repeat', text: appearNote.channel ? i18n.ts.renoteToOtherChannel : i18n.ts.renoteToChannel, children: async () => { const channels = await favoritedChannelsCache.fetch(); -- cgit v1.2.3-freya