fix: ensure media persistence with docker volumes and add admin menu link
Some checks are pending
Deploy Código 0 / deploy (push) Waiting to run
Some checks are pending
Deploy Código 0 / deploy (push) Waiting to run
This commit is contained in:
parent
81e1c3a2a7
commit
3963361aa8
|
|
@ -32,6 +32,7 @@ const MenuSheet = ({ isOpen, onClose }: MenuSheetProps) => {
|
|||
title: "Manuales y Formación",
|
||||
items: [
|
||||
{ to: "/manual", label: "Manual del TES (Wiki)", icon: <BookOpen className="w-4 h-4" /> },
|
||||
{ to: "/admin/media", label: "Gestión de Medios", icon: <Image className="w-4 h-4" /> },
|
||||
{ to: "/guia-refuerzo", label: "Guías de Refuerzo", icon: <GraduationCap className="w-4 h-4" /> },
|
||||
{ to: "/galeria", label: "Galería de Técnicas", icon: <Image className="w-4 h-4" /> },
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue