Add links to privacy policy

This commit is contained in:
Lim Chee Aun 2023-01-30 23:16:00 +08:00
parent c6ca3a163a
commit 1c52875ba4
2 changed files with 17 additions and 1 deletions

View file

@ -272,7 +272,9 @@ function Settings({ onClose }) {
> >
@phanpy @phanpy
</a> </a>
.{' '} .
</p>
<p>
<a href="https://github.com/cheeaun/phanpy" target="_blank"> <a href="https://github.com/cheeaun/phanpy" target="_blank">
Built Built
</a>{' '} </a>{' '}
@ -287,6 +289,13 @@ function Settings({ onClose }) {
> >
@cheeaun @cheeaun
</a> </a>
.{' '}
<a
href="https://github.com/cheeaun/phanpy/blob/main/PRIVACY.MD"
target="_blank"
>
Privacy Policy
</a>
. .
</p> </p>
{__BUILD_TIME__ && ( {__BUILD_TIME__ && (

View file

@ -44,6 +44,13 @@ function Welcome() {
<a href="https://mastodon.social/@cheeaun" target="_blank"> <a href="https://mastodon.social/@cheeaun" target="_blank">
@cheeaun @cheeaun
</a> </a>
.{' '}
<a
href="https://github.com/cheeaun/phanpy/blob/main/PRIVACY.MD"
target="_blank"
>
Privacy Policy
</a>
. .
</p> </p>
</main> </main>