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}