diff --git a/packages/frontend/src/pages/follow-requests.vue b/packages/frontend/src/pages/follow-requests.vue index 480e8a47b0..564f5a2b5b 100644 --- a/packages/frontend/src/pages/follow-requests.vue +++ b/packages/frontend/src/pages/follow-requests.vue @@ -87,11 +87,11 @@ const headerTabs = computed(() => [ { key: 'list', title: i18n.ts.followRequests, - icon: 'ph-envelope ph-bold ph-lg', + icon: 'ti ti-mail', }, { key: 'sent', title: i18n.ts.followRequestPending, - icon: 'ph-paper-plane-tilt ph-bold ph-lg', + icon: 'ti ti-send', }, ]);