From 4039390ab08f87754f51efe4a2ac48341ff8d1bb Mon Sep 17 00:00:00 2001 From: borja Date: Thu, 16 Oct 2025 09:23:31 +0200 Subject: [PATCH] fix: corregir copy de Integraciones y Preferencias Co-authored-by: aider (openrouter/openai/gpt-5) --- apps/web/src/lib/ui/layout/AppShell.svelte | 8 ++++---- apps/web/src/routes/app/integrations/+page.svelte | 4 ++-- apps/web/src/routes/app/preferences/+page.svelte | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) 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
@@ -51,9 +51,9 @@ Recordatorios - + 📅 - Calendarios + Integraciones