-
+
All Announcements
Create Announcement
diff --git a/components/sidebar.tsx b/components/sidebar.tsx
index cb09e5ff..f9b5d159 100644
--- a/components/sidebar.tsx
+++ b/components/sidebar.tsx
@@ -21,6 +21,7 @@ import {
ChevronLeft,
ChevronRight,
BookOpen,
+ Book,
} from "lucide-react";
import { Button } from "@/components/ui/button";
import { ScrollArea } from "@/components/ui/scroll-area";
@@ -158,6 +159,12 @@ export function Sidebar({ isOpen, onClose }: SidebarProps) {
href: "/agilite",
iframe: process.env.NEXT_PUBLIC_IFRAME_AGILITY_URL,
},
+ {
+ title: "Livres",
+ icon: Book,
+ href: "/livres",
+ iframe: process.env.NEXT_PUBLIC_IFRAME_LIVRE_URL,
+ },
];
// Role-specific menu items