Working on project front side.

This commit is contained in:
charles-gauthereau
2024-12-01 11:11:27 +01:00
parent 42314a9b69
commit b955d11613
19 changed files with 136 additions and 32 deletions
@@ -5,7 +5,7 @@ import Link from "next/link";
import {SidebarMenu, SidebarMenuAction, SidebarMenuButton, SidebarMenuItem} from "@/components/ui/sidebar";
import {cn} from "@/lib/utils";
import {buttonVariants} from "@/components/ui/button";
import {ChartArea, FolderKanban, Home, Settings, ShieldHalf} from "lucide-react";
import {ChartArea, FolderKanban, Home, Layers, Settings, ShieldHalf} from "lucide-react";
import {usePathname} from "next/navigation";
export type SidebarMenuCustomProps = {}
@@ -24,7 +24,7 @@ export const SidebarMenuCustom = (props: SidebarMenuCustomProps) => {
{
title: "Projects",
url: "projects",
icon: FolderKanban,
icon: Layers,
},
{
title: "Agents",