style: Calendar → Calendario in sidebar nav

This commit is contained in:
2026-06-02 14:39:50 -05:00
parent 57fb463c5d
commit ad0fb99802
+1 -1
View File
@@ -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 },