fix icon
This commit is contained in:
parent
50e3839b60
commit
b4e3d21d62
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ export const navbarItemDef = reactive({
|
|||
},
|
||||
followRequests: {
|
||||
title: 'followRequests',
|
||||
icon: 'ti ti-user-clock',
|
||||
icon: 'ti ti-user-plus',
|
||||
show: computed(() => $i != null && $i.isLocked),
|
||||
indicated: computed(() => $i != null && $i.hasPendingReceivedFollowRequest),
|
||||
to: '/my/follow-requests',
|
||||
|
|
|
@ -67,7 +67,7 @@ const headerTabs = $computed(() => []);
|
|||
|
||||
definePageMetadata(computed(() => ({
|
||||
title: i18n.ts.followRequests,
|
||||
icon: 'ti ti-user-clock',
|
||||
icon: 'ti ti-user-plus',
|
||||
})));
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Reference in a new issue