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 { t, lang } = Astro.props;
|
||||||
const year = new Date().getFullYear();
|
const year = new Date().getFullYear();
|
||||||
const base = lang === 'en' ? '/en' : '';
|
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 }[] = [
|
const navLinks: { href: string; key: TranslationKey }[] = [
|
||||||
{ href: `${base}/`, key: 'nav.home' },
|
{ href: `${base}/`, key: 'nav.home' },
|
||||||
@@ -78,7 +78,6 @@ const legalLinks = [
|
|||||||
contacto@hostingdelsur.net
|
contacto@hostingdelsur.net
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>{locationText}</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user