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: {
|
followRequests: {
|
||||||
title: 'followRequests',
|
title: 'followRequests',
|
||||||
icon: 'ti ti-user-clock',
|
icon: 'ti ti-user-plus',
|
||||||
show: computed(() => $i != null && $i.isLocked),
|
show: computed(() => $i != null && $i.isLocked),
|
||||||
indicated: computed(() => $i != null && $i.hasPendingReceivedFollowRequest),
|
indicated: computed(() => $i != null && $i.hasPendingReceivedFollowRequest),
|
||||||
to: '/my/follow-requests',
|
to: '/my/follow-requests',
|
||||||
|
|
|
@ -67,7 +67,7 @@ const headerTabs = $computed(() => []);
|
||||||
|
|
||||||
definePageMetadata(computed(() => ({
|
definePageMetadata(computed(() => ({
|
||||||
title: i18n.ts.followRequests,
|
title: i18n.ts.followRequests,
|
||||||
icon: 'ti ti-user-clock',
|
icon: 'ti ti-user-plus',
|
||||||
})));
|
})));
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue