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

View file

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