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> </Callout>
</Show> </Show>
{props.children} {props.children}
<div class="flex flex-row justify-end bg-muted p-8">
<A href="/privacy">Privacy policy</A>
</div>
</> </>
); );
}} }}

View file

@ -9,13 +9,13 @@ export const Privacy: Component<RouteSectionProps> = () => {
<Heading level={1}>Privacy policy</Heading> <Heading level={1}>Privacy policy</Heading>
<Heading level={2}>Introduction</Heading> <Heading level={2}>Introduction</Heading>
<p> <p>
This project ("signalstats", "I", "my") was built with the explicit target to not harm the privacy of its users. This project ("signalstats", "I", "my") was built with the intention to not harm the privacy of its users. This
This project was created to be useful, but also to showcase privacy preserving technology. It is built to not project was created to be useful, but also to showcase privacy-preserving technology. It is designed to not
collect any personal identifiable information. collect any personally identifiable information.
</p> </p>
<p> <p>
Therefore all data processing happens on your device. The data contained in your backup and your passphrase will All data processing happens on your device. The data contained in your backup and your passphrase will never
never leave it. leave it.
</p> </p>
<Heading level={2}>Data I collect and usage of data</Heading> <Heading level={2}>Data I collect and usage of data</Heading>
<p> <p>