pages s3
This commit is contained in:
parent
c698b13739
commit
34c2a6a613
@ -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,
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user