From e694c0e16319f39fc820b7e7c62b38a287a7736f Mon Sep 17 00:00:00 2001 From: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com> Date: Mon, 28 Oct 2024 16:12:39 +0900 Subject: [PATCH] use tabler icons --- packages/frontend/src/pages/follow-requests.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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', }, ]);