Add about hyperlink to footer

This commit is contained in:
Leonardo Murça 2025-06-04 10:56:23 -03:00
parent 93901ae434
commit dc3583785a
3 changed files with 3 additions and 0 deletions

View file

@ -24,6 +24,7 @@
</div>
<nav class="footer-nav">
<a href="/about">{$t('footer.about')}</a>
<a href="/privacy-policy">{$t('footer.privacy.policy')}</a>
<a href="/terms-of-service">{$t('footer.terms.of.service')}</a>
</nav>

View file

@ -1,4 +1,5 @@
{
"about": " About",
"privacy.policy": "🔐 Privacy Policy",
"terms.of.service": "📝 Terms of Service",
"copyright": "Copyright © {{year}} <a href=\"{{website}}\" target=\"_blank\" rel=\"noreferrer\">Leonardo Murça</a>. <br/> All rights reserved.",

View file

@ -1,4 +1,5 @@
{
"about": " Sobre",
"privacy.policy": "🔐 Política de Privacidade",
"terms.of.service": "📝 Termos de Serviço",
"copyright": "Copyright © {{year}} <a href=\"{{website}}/pt-br\" target=\"_blank\" rel=\"noreferrer\">Leonardo Murça</a>. <br/> Todos os direitos reservados.",