We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58b9777 commit 0ca3465Copy full SHA for 0ca3465
src/Components/forms/Acknowledgement.js
@@ -10,9 +10,7 @@ export default ({
10
}) => {
11
return (
12
<Fragment>
13
- <div className="form-acknowledgement-header mt-4">
14
- Acknowledgement: <strong className="text-danger">*</strong>
15
- </div>
+ <div className="form-acknowledgement-header mt-4">Acknowledgement:</div>
16
<hr className="mt-0" />
17
<FormGroup check>
18
<Label check htmlFor="agreeToTOU">
@@ -40,9 +38,10 @@ export default ({
40
38
>
41
39
privacy policy
42
</a>{' '}
43
- CodeYourFuture can:
+ <strong className="text-danger">*</strong>
44
</Label>
45
</FormGroup>
+ <p className="mt-2 mb-0">CodeYourFuture can:</p>
46
<ul>
47
48
<Label check htmlFor="agreeToReceiveEmails">
0 commit comments