add privacy page
This commit is contained in:
@@ -134,10 +134,15 @@ export default function RegisterForm() {
|
||||
/>
|
||||
<label htmlFor="agree">
|
||||
{t('i-agree-to')} <Link
|
||||
href="/terms-and-privacy-policy"
|
||||
href="/terms-of-use"
|
||||
target="_blank"
|
||||
>
|
||||
{t('terms-of-use')}
|
||||
</Link> {t('and')} <Link
|
||||
href="/privacy-policy"
|
||||
target="_blank"
|
||||
>
|
||||
{t('privacy-policy')}
|
||||
</Link>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user