feat(client): user info

Signed-off-by: Noa Virellia <noa@requiem.garden>
This commit was merged in pull request #1.
This commit is contained in:
2025-12-25 02:50:23 +08:00
committed by Asai Neko
parent 9ac598cd98
commit be3d778420
5 changed files with 37 additions and 18 deletions

View File

@@ -63,7 +63,7 @@ export function AppSidebar({ ...props }: React.ComponentProps<typeof Sidebar>) {
<NavSecondary items={data.navSecondary} className="mt-auto" />
</SidebarContent>
<SidebarFooter>
<NavUser user={data.user} />
<NavUser />
</SidebarFooter>
</Sidebar>
);