diff --git a/components/sidebar.tsx b/components/sidebar.tsx index 5b281476..7852692c 100644 --- a/components/sidebar.tsx +++ b/components/sidebar.tsx @@ -103,6 +103,12 @@ export function Sidebar({ isOpen, onClose }: SidebarProps) { href: "/parole", iframe: process.env.NEXT_PUBLIC_IFRAME_PAROLE_URL, }, + { + title: "MissionsBoard", + icon: Kanban, + href: "/missions-board", + iframe: process.env.NEXT_PUBLIC_IFRAME_MISSIONSBOARD_URL, + }, { title: "Chapter", icon: FileText, @@ -120,7 +126,7 @@ export function Sidebar({ isOpen, onClose }: SidebarProps) { // Role-specific menu items const roleSpecificItems: MenuItem[] = [ { - title: "ArtLab", + title: "Artlab", icon: Palette, href: "/design", iframe: process.env.NEXT_PUBLIC_IFRAME_ARTLAB_URL, @@ -134,14 +140,14 @@ export function Sidebar({ isOpen, onClose }: SidebarProps) { requiredRole: "Coding", }, { - title: "Calcul", + title: "Calculation", icon: Calculator, href: "/calculation", iframe: process.env.NEXT_PUBLIC_IFRAME_CALCULATION_URL, requiredRole: "DataIntelligence", }, { - title: "Médiation", + title: "Mediations", icon: Building2, href: "/crm", iframe: process.env.NEXT_PUBLIC_IFRAME_MEDIATIONS_URL,