diff --git a/components/secretary-layout.tsx b/components/secretary-layout.tsx index 5b05a9b..a56e92b 100644 --- a/components/secretary-layout.tsx +++ b/components/secretary-layout.tsx @@ -74,8 +74,8 @@ export default function SecretaryLayout({ children }: PatientLayoutProps) { const menuItems = [ { href: "##", icon: Home, label: "Dashboard" }, - { href: "###", icon: Calendar, label: "Consultas" }, - { href: "#", icon: Clock, label: "Agendar Consulta" }, + { href: "/secretary/appointments", icon: Calendar, label: "Consultas" }, + { href: "/secretary/schedule", icon: Clock, label: "Agendar Consulta" }, { href: "/secretary/pacientes", icon: User, label: "Pacientes" }, ]