use tabler icons
This commit is contained in:
parent
4df765a279
commit
e694c0e163
|
@ -87,11 +87,11 @@ const headerTabs = computed(() => [
|
||||||
{
|
{
|
||||||
key: 'list',
|
key: 'list',
|
||||||
title: i18n.ts.followRequests,
|
title: i18n.ts.followRequests,
|
||||||
icon: 'ph-envelope ph-bold ph-lg',
|
icon: 'ti ti-mail',
|
||||||
}, {
|
}, {
|
||||||
key: 'sent',
|
key: 'sent',
|
||||||
title: i18n.ts.followRequestPending,
|
title: i18n.ts.followRequestPending,
|
||||||
icon: 'ph-paper-plane-tilt ph-bold ph-lg',
|
icon: 'ti ti-send',
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue