fix: footer — 'Maldonado, Uruguay' → 'Hecho con ♥ en Uruguay'
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user