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