replace icons

This commit is contained in:
dakkar 2024-05-31 12:41:41 +01:00
parent 326b2c254a
commit 43bd8ace96
8 changed files with 14 additions and 14 deletions

View file

@ -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();