project forms

This commit is contained in:
2025-07-03 04:10:38 +02:00
parent 3195aaae81
commit b58024b66a
8 changed files with 982 additions and 763 deletions

View File

@@ -45,7 +45,7 @@ export default async function AdminSideBar() {
<SidebarMenu>
<SidebarMenuItem>
<SidebarMenuButton asChild>
<Link href={"/"}> Some Project Action </Link>
<Link href={"/admin/project/create"}> Create Project </Link>
</SidebarMenuButton>
</SidebarMenuItem>
</SidebarMenu>