clean Navigation Bar 9
This commit is contained in:
parent
7b537cb122
commit
4fe9d1946c
@ -121,6 +121,11 @@ export function Sidebar({ isOpen, onClose }: SidebarProps) {
|
||||
href: "/flow",
|
||||
iframe: process.env.NEXT_PUBLIC_IFRAME_AGILITY_URL,
|
||||
},
|
||||
{
|
||||
title: "Calendrier",
|
||||
icon: Calendar,
|
||||
href: "/calendar"
|
||||
},
|
||||
];
|
||||
|
||||
// Role-specific menu items
|
||||
|
||||
Loading…
Reference in New Issue
Block a user