Add links to privacy policy

pull/49/head
Lim Chee Aun 2023-01-30 23:16:00 +08:00
rodzic c6ca3a163a
commit 1c52875ba4
2 zmienionych plików z 17 dodań i 1 usunięć

Wyświetl plik

@ -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__ && (

Wyświetl plik

@ -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>