fix(SW-1089): move text with anchor links outside of label
This commit is contained in:
@@ -160,6 +160,9 @@ export default function SignupForm({ link, subtitle, title }: SignUpFormProps) {
|
||||
</Subtitle>
|
||||
</header>
|
||||
<Checkbox name="termsAccepted" registerOptions={{ required: true }}>
|
||||
{intl.formatMessage({ id: "I accept the terms and conditions" })}
|
||||
</Checkbox>
|
||||
{/* TODO: Update copy once ready */}
|
||||
<Body>
|
||||
{intl.formatMessage<React.ReactNode>(
|
||||
{ id: "signupPage.terms" },
|
||||
@@ -187,7 +190,6 @@ export default function SignupForm({ link, subtitle, title }: SignUpFormProps) {
|
||||
}
|
||||
)}
|
||||
</Body>
|
||||
</Checkbox>
|
||||
</section>
|
||||
|
||||
{/*
|
||||
|
||||
Reference in New Issue
Block a user