We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f44c248 commit 700039dCopy full SHA for 700039d
lib/components/user/terms-of-use-pane.js
@@ -29,8 +29,11 @@ const TermsOfUsePane = ({
29
onBlur={disableCheckTerms ? null : handleBlur}
30
onChange={disableCheckTerms ? null : handleChange}
31
>
32
- {/* TODO: Implement the link */}
33
- I have read and consent to the <a href={`/#${TERMS_OF_SERVICE_PATH}`} target='_blank'>Terms of Service</a> for using the Trip Planner.
+ I confirm that I am at least 18 years old, and I have read and{' '}
+ consent to the{' '}
34
+ <a href={`/#${TERMS_OF_SERVICE_PATH}`} target='_blank'>
35
+ Terms of Service
36
+ </a> for using the Trip Planner.
37
</Checkbox>
38
</FormGroup>
39
0 commit comments