From ad0fb9980216a3fcbde979971613557bccf28cc5 Mon Sep 17 00:00:00 2001 From: Silvio Date: Tue, 2 Jun 2026 14:39:50 -0500 Subject: [PATCH] =?UTF-8?q?style:=20Calendar=20=E2=86=92=20Calendario=20in?= =?UTF-8?q?=20sidebar=20nav?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/layout/Sidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 },