UX: Welcome-Fußzeile → Impressum + Datenschutz statt Werbetext (SW by-v758)

This commit is contained in:
rene 2026-05-07 17:22:01 +02:00
parent f12e29c83c
commit 5d37c96796
5 changed files with 9 additions and 5 deletions

View file

@ -163,7 +163,11 @@ window.Page_welcome = (() => {
</div>
` : ''}
<p class="wc-footer">Ban Yaro · Deine Daten auf eigenem Server in Deutschland</p>
<p class="wc-footer">
<a href="/#impressum" style="color:var(--c-text-muted)">Impressum</a>
&nbsp;·&nbsp;
<a href="/#datenschutz" style="color:var(--c-text-muted)">Datenschutz</a>
</p>
</div>
`;
}