From 64188f805cac630bcc538977e5db3e831b2a625d Mon Sep 17 00:00:00 2001 From: joao-luis-jois Date: Wed, 8 Oct 2025 22:17:05 +0000 Subject: [PATCH] Atualizar components/secretary-layout.tsx --- components/secretary-layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" }, ]