add privacy page. closes #16
All checks were successful
Deploy / Deploy to Production (push) Successful in 22s

This commit is contained in:
isUnknown 2026-03-30 18:48:55 +02:00
parent 44af8a9b4e
commit 8375a098c9
2 changed files with 2 additions and 2 deletions

View file

@ -87,8 +87,8 @@
<p>{t('copyright', { year })}</p>
<div class="footer-divider" aria-hidden="true"></div>
<a href="/cookies">{t('cookies')}</a>
<div class="footer-divider" aria-hidden="true"></div>
{#if contact.legalNotice}
<div class="footer-divider" aria-hidden="true"></div>
<a href={contact.legalNotice} target="_blank" rel="noopener noreferrer">{t('legal')}</a>
{/if}
<div class="footer-divider" aria-hidden="true"></div>