Add links to privacy policy
This commit is contained in:
parent
c6ca3a163a
commit
1c52875ba4
2 changed files with 17 additions and 1 deletions
|
@ -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__ && (
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue