Temporarily disable terms
<Link> is causing issues
This commit is contained in:
parent
e96a623b67
commit
f690e698dc
1 changed files with 3 additions and 3 deletions
|
|
@ -288,9 +288,9 @@ const SignupModal = (props: Props) => {
|
||||||
<Button>{t('modals.signup.buttons.confirm')}</Button>
|
<Button>{t('modals.signup.buttons.confirm')}</Button>
|
||||||
|
|
||||||
<Dialog.Description className="terms">
|
<Dialog.Description className="terms">
|
||||||
<Trans i18nKey="modals.signup.agreement">
|
{/* <Trans i18nKey="modals.signup.agreement">
|
||||||
By signing up, I agree to the <Link href="/privacy">Privacy Policy</Link><Link href="/usage">Usage Guidelines</Link>.
|
By signing up, I agree to the <Link href="/privacy"><span>Privacy Policy</span></Link><Link href="/usage"><span>Usage Guidelines</span></Link>.
|
||||||
</Trans>
|
</Trans> */}
|
||||||
</Dialog.Description>
|
</Dialog.Description>
|
||||||
</form>
|
</form>
|
||||||
</Dialog.Content>
|
</Dialog.Content>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue