feat: add imprint page (draft, 7 languages), add missing translations to legal pages, reorder footer links
This commit is contained in:
@@ -60,9 +60,10 @@ class AppFooter extends HTMLElement {
|
||||
<span class="xmr-rate" title="CoinGecko">1 XMR ≈ ...</span>
|
||||
<nav class="footer-links">
|
||||
<a href="#/about" data-i18n="footer.about">${t('footer.about')}</a>
|
||||
<a href="#/contact" data-i18n="footer.contact">${t('footer.contact')}</a>
|
||||
<a href="#/imprint" data-i18n="footer.imprint">${t('footer.imprint')}</a>
|
||||
<a href="#/privacy" data-i18n="footer.privacy">${t('footer.privacy')}</a>
|
||||
<a href="#/terms" data-i18n="footer.terms">${t('footer.terms')}</a>
|
||||
<a href="#/contact" data-i18n="footer.contact">${t('footer.contact')}</a>
|
||||
</nav>
|
||||
</div>
|
||||
`
|
||||
|
||||
Reference in New Issue
Block a user