feat: add link to privacy policy

This commit is contained in:
Samuel 2025-01-23 16:47:34 +01:00
parent 7d63872c08
commit 2ff786acab
2 changed files with 8 additions and 5 deletions

View file

@ -67,6 +67,9 @@ if (root) {
</Callout>
</Show>
{props.children}
<div class="flex flex-row justify-end bg-muted p-8">
<A href="/privacy">Privacy policy</A>
</div>
</>
);
}}