pages s3
This commit is contained in:
parent
c698b13739
commit
34c2a6a613
@ -113,7 +113,7 @@ export function Sidebar({ isOpen, onClose }: SidebarProps) {
|
|||||||
const baseMenuItems: MenuItem[] = [
|
const baseMenuItems: MenuItem[] = [
|
||||||
{
|
{
|
||||||
title: "Pages",
|
title: "Pages",
|
||||||
icon: BookOpen,
|
icon: FileText,
|
||||||
href: "/pages",
|
href: "/pages",
|
||||||
iframe: process.env.NEXT_PUBLIC_IFRAME_CARNET_URL,
|
iframe: process.env.NEXT_PUBLIC_IFRAME_CARNET_URL,
|
||||||
},
|
},
|
||||||
@ -148,7 +148,7 @@ export function Sidebar({ isOpen, onClose }: SidebarProps) {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Chapitre",
|
title: "Chapitre",
|
||||||
icon: FileText,
|
icon: BookOpen,
|
||||||
href: "/chapitre",
|
href: "/chapitre",
|
||||||
iframe: process.env.NEXT_PUBLIC_IFRAME_CHAPTER_URL,
|
iframe: process.env.NEXT_PUBLIC_IFRAME_CHAPTER_URL,
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user