feat(layout): Datenschutz-Link im Footer
Some checks are pending
CI / validate (push) Waiting to run
Some checks are pending
CI / validate (push) Waiting to run
User müssen die DSE finden, sonst nutzen die 10 Erst-Entwürfe nichts. Pro App ein <footer> mit /datenschutz-Link (Nutriphi hatte das schon als Vorbild). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
19ceda8627
commit
1bd1d5dcbf
1 changed files with 12 additions and 0 deletions
|
|
@ -67,6 +67,18 @@
|
|||
{@render children?.()}
|
||||
</main>
|
||||
|
||||
{#if !isFocusMode && !isLoginPage}
|
||||
<footer
|
||||
class="mx-auto max-w-6xl px-4 py-8 text-xs text-[hsl(var(--color-muted-foreground))]"
|
||||
>
|
||||
<a href="/datenschutz" class="underline hover:text-[hsl(var(--color-foreground))]"
|
||||
>Datenschutz</a
|
||||
>
|
||||
<span class="mx-2">·</span>
|
||||
<span>Wordeck · mana e.V.</span>
|
||||
</footer>
|
||||
{/if}
|
||||
|
||||
<ToastStack />
|
||||
|
||||
<style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue