Skip to content

Commit

Permalink
feat: privacy policy
Browse files Browse the repository at this point in the history
  • Loading branch information
Novout committed Apr 23, 2023
1 parent e3c9a42 commit 1399d71
Show file tree
Hide file tree
Showing 5 changed files with 504 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@
@click.prevent.stop="router.push('terms-of-use')"
>{{ t('landing.auth.terms.link') }}</span
>
<span>{{ t('landing.auth.privacy.and') }}</span>
<span
class="underline font-bold tracking-wide cursor-pointer"
@click.prevent.stop="router.push('privacy')"
>{{ t('landing.auth.privacy.text') }}</span
>
</p>
</div>
<div
Expand Down
Loading

0 comments on commit 1399d71

Please sign in to comment.