Skip to content
Snippets Groups Projects
Commit b4e3d21d authored by syuilo's avatar syuilo
Browse files

fix icon

parent 50e3839b
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment