add privacy page

This commit is contained in:
smanylov
2025-12-12 11:43:28 +07:00
parent b5b66695df
commit 140fa78062
7 changed files with 314 additions and 4 deletions
+6 -1
View File
@@ -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>