use tabler icons

This commit is contained in:
kakkokari-gtyih 2024-10-28 16:12:39 +09:00
parent 4df765a279
commit e694c0e163
1 changed files with 2 additions and 2 deletions

View File

@ -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',
},
]);