summaryrefslogtreecommitdiff
path: root/packages/frontend/src/scripts
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2024-05-31 12:41:41 +0100
committerdakkar <dakkar@thenautilus.net>2024-05-31 12:41:41 +0100
commit43bd8ace961683210a1409b31fb8aa7169c02f22 (patch)
treeafbc2c381901be1d040b1e0cf4d1e070fabdc8b5 /packages/frontend/src/scripts
parentcopy upstream NoteCreateService changes to NoteEditService (diff)
downloadsharkey-43bd8ace961683210a1409b31fb8aa7169c02f22.tar.gz
sharkey-43bd8ace961683210a1409b31fb8aa7169c02f22.tar.bz2
sharkey-43bd8ace961683210a1409b31fb8aa7169c02f22.zip
replace icons
Diffstat (limited to 'packages/frontend/src/scripts')
-rw-r--r--packages/frontend/src/scripts/get-note-menu.ts2
1 files changed, 1 insertions, 1 deletions
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();