Skip to content

Commit

Permalink
Make about link absolute so it works on every page
Browse files Browse the repository at this point in the history
  • Loading branch information
myieye committed Oct 29, 2024
1 parent a8ac83e commit 18ad522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/layout/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</div>
</div>
<div class="grid grid-cols-2 gap-x-4 text-right">
<a class="hover:link" href="./about">{$t('about.title')}</a>
<a class="hover:link" href="/about">{$t('about.title')}</a>
<a class="hover:link" href="https://software.sil.org/language-software-terms-of-use/">{$t('footer.terms_of_use')}</a>
<a class="hover:link" href="mailto:[email protected]" target="_blank">{$t('footer.contact')}</a>
<a class="hover:link" href="https://software.sil.org/language-software-privacy-policy/">{$t('footer.privacy_policy')}</a>
Expand Down

0 comments on commit 18ad522

Please sign in to comment.