updated build

This commit is contained in:
2025-11-29 16:57:17 +03:00
parent d22fc017df
commit 0394d42d02
28 changed files with 1502 additions and 551 deletions

View File

@@ -28,15 +28,20 @@ const data = {
},
navMain: [
{
title: "Users",
url: "/users",
icon: IconUsers
title: "User Types",
url: "/user-types",
icon: IconFileCertificate
},
{
title: "People",
url: "/people",
icon: IconListDetails
},
{
title: "Users",
url: "/users",
icon: IconUsers
},
{
title: "Build",
url: "/builds",
@@ -77,11 +82,6 @@ const data = {
url: "/living-spaces",
icon: IconHome2
},
{
title: "User Types",
url: "/user-types",
icon: IconFileCertificate
}
],
navClouds: [
// {
@@ -173,10 +173,7 @@ export function AppSidebar({ ...props }: React.ComponentProps<typeof Sidebar>) {
<SidebarHeader>
<SidebarMenu>
<SidebarMenuItem>
<SidebarMenuButton
asChild
className="data-[slot=sidebar-menu-button]:p-1.5!"
>
<SidebarMenuButton asChild className="data-[slot=sidebar-menu-button]:p-1.5!">
<a href="#">
<IconInnerShadowTop className="size-5!" />
<span className="text-base font-semibold">Acme Inc.</span>