From f3d7f3d64f60ef3935e74d881df7f695a11aaf2f Mon Sep 17 00:00:00 2001 From: Mauri Date: Tue, 9 Jun 2026 17:39:01 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20footer=20=E2=80=94=20'Maldonado,=20Urugu?= =?UTF-8?q?ay'=20=E2=86=92=20'Hecho=20con=20=E2=99=A5=20en=20Uruguay'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Footer.astro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index a710b65..e78d959 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -10,7 +10,7 @@ interface Props { const { t, lang } = Astro.props; const year = new Date().getFullYear(); const base = lang === 'en' ? '/en' : ''; -const locationText = lang === 'en' ? 'Maldonado, Uruguay' : 'Maldonado, Uruguay'; +const locationText = lang === 'en' ? 'Made with ♥ in Uruguay' : 'Hecho con ♥ en Uruguay'; const navLinks: { href: string; key: TranslationKey }[] = [ { href: `${base}/`, key: 'nav.home' }, @@ -78,7 +78,6 @@ const legalLinks = [ contacto@hostingdelsur.net -
  • {locationText}