This commit is contained in:
alma 2025-05-04 16:09:50 +02:00
parent c698b13739
commit 34c2a6a613

View File

@ -113,7 +113,7 @@ export function Sidebar({ isOpen, onClose }: SidebarProps) {
const baseMenuItems: MenuItem[] = [
{
title: "Pages",
icon: BookOpen,
icon: FileText,
href: "/pages",
iframe: process.env.NEXT_PUBLIC_IFRAME_CARNET_URL,
},
@ -148,7 +148,7 @@ export function Sidebar({ isOpen, onClose }: SidebarProps) {
},
{
title: "Chapitre",
icon: FileText,
icon: BookOpen,
href: "/chapitre",
iframe: process.env.NEXT_PUBLIC_IFRAME_CHAPTER_URL,
},