fix: footer — 'Maldonado, Uruguay' → 'Hecho con ♥ en Uruguay'

This commit is contained in:
Mauri
2026-06-09 17:39:01 -03:00
parent fba465b7be
commit f3d7f3d64f
+1 -2
View File
@@ -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
</a>
</li>
<li>{locationText}</li>
</ul>
</div>