From acddf7e1496ba7e7b67e14adf5c237262e255895 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sat, 22 Jun 2024 11:55:11 +0100 Subject: replaced ti-rocket ti-repeat ti-repeat-off --- packages/frontend/src/scripts/get-note-menu.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 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 ca3f8b62a3..23e40dad69 100644 --- a/packages/frontend/src/scripts/get-note-menu.ts +++ b/packages/frontend/src/scripts/get-note-menu.ts @@ -557,7 +557,7 @@ export function getRenoteMenu(props: { if (appearNote.channel) { channelRenoteItems.push(...[{ text: i18n.ts.inChannelRenote, - icon: 'ph ph-repeat', + icon: 'ti ti-repeat', action: () => { const el = props.renoteButton.value; if (el) { @@ -593,7 +593,7 @@ export function getRenoteMenu(props: { if (!appearNote.channel || appearNote.channel.allowRenoteToExternal) { normalRenoteItems.push(...[{ text: i18n.ts.renote, - icon: 'ph ph-repeat', + icon: 'ti ti-repeat', action: () => { const el = props.renoteButton.value; if (el) { @@ -634,7 +634,7 @@ export function getRenoteMenu(props: { normalExternalChannelRenoteItems.push({ type: 'parent', - icon: 'ph ph-repeat', + icon: 'ti ti-repeat', text: appearNote.channel ? i18n.ts.renoteToOtherChannel : i18n.ts.renoteToChannel, children: async () => { const channels = await favoritedChannelsCache.fetch(); -- cgit v1.2.3-freya