style: Calendar → Calendario in sidebar nav
This commit is contained in:
@@ -32,7 +32,7 @@ interface NavItem {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const navItems: 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: "Pacientes", href: "/dashboard/patients", icon: Users },
|
||||||
{ label: "Citas", href: "/dashboard/appointments", icon: ClipboardList },
|
{ label: "Citas", href: "/dashboard/appointments", icon: ClipboardList },
|
||||||
{ label: "Notificaciones", href: "/dashboard/notifications", icon: BellRing },
|
{ label: "Notificaciones", href: "/dashboard/notifications", icon: BellRing },
|
||||||
|
|||||||
Reference in New Issue
Block a user