diff --git a/js/layout.js b/js/layout.js index 3a3c512..068f644 100644 --- a/js/layout.js +++ b/js/layout.js @@ -33,7 +33,7 @@ function renderSidebar() { const menuItems = [ { name: "Dashboard", link: "panel.html", icon: "layout-dashboard" }, { name: "Servicios", link: "servicios.html", icon: "briefcase" }, - { name: "Agenda", link: "agenda.html", icon: "calendar-clock" }, + { name: "Citas / Bloqueos", link: "agenda.html", icon: "calendar-clock" }, { name: "Proveedores", link: "proveedores.html", icon: "building-2" }, // Nuevo nombre para el buzón actual { name: "Calendario", link: "calendario.html", icon: "calendar" }, { name: "Clientes", link: "clientes.html", icon: "users" },