diff --git a/apps/web/src/lib/ui/layout/AppShell.svelte b/apps/web/src/lib/ui/layout/AppShell.svelte index dc00873..c5d818b 100644 --- a/apps/web/src/lib/ui/layout/AppShell.svelte +++ b/apps/web/src/lib/ui/layout/AppShell.svelte @@ -6,7 +6,7 @@ pathname === '/app' ? 'Tareas' : pathname.startsWith('/app/groups') ? 'Grupos' : pathname.startsWith('/app/preferences') ? 'Recordatorios' : - pathname.startsWith('/app/integrations') ? 'Calendarios' : + pathname.startsWith('/app/integrations') ? 'Integraciones' : 'Tareas'; @@ -17,7 +17,7 @@ Tareas Grupos Recordatorios - Calendarios + Integraciones