feat: add link to privacy policy
This commit is contained in:
parent
7d63872c08
commit
2ff786acab
2 changed files with 8 additions and 5 deletions
|
@ -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>
|
||||
</>
|
||||
);
|
||||
}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue