diff --git a/src/components/layout/Sidebar.tsx b/src/components/layout/Sidebar.tsx index f65cef1..4e3a8b1 100755 --- a/src/components/layout/Sidebar.tsx +++ b/src/components/layout/Sidebar.tsx @@ -32,7 +32,7 @@ interface NavItem { } const navItems: NavItem[] = [ - { label: "Calendar", href: "/dashboard/calendar", icon: CalendarDays }, + { label: "Calendario", href: "/dashboard/calendar", icon: CalendarDays }, { label: "Pacientes", href: "/dashboard/patients", icon: Users }, { label: "Citas", href: "/dashboard/appointments", icon: ClipboardList }, { label: "Notificaciones", href: "/dashboard/notifications", icon: BellRing },