Skip to content

Commit 0ca3465

Browse files
committed
fix style
1 parent 58b9777 commit 0ca3465

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/Components/forms/Acknowledgement.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ export default ({
1010
}) => {
1111
return (
1212
<Fragment>
13-
<div className="form-acknowledgement-header mt-4">
14-
Acknowledgement: <strong className="text-danger">*</strong>
15-
</div>
13+
<div className="form-acknowledgement-header mt-4">Acknowledgement:</div>
1614
<hr className="mt-0" />
1715
<FormGroup check>
1816
<Label check htmlFor="agreeToTOU">
@@ -40,9 +38,10 @@ export default ({
4038
>
4139
privacy policy
4240
</a>{' '}
43-
CodeYourFuture can:
41+
<strong className="text-danger">*</strong>
4442
</Label>
4543
</FormGroup>
44+
<p className="mt-2 mb-0">CodeYourFuture can:</p>
4645
<ul>
4746
<FormGroup check>
4847
<Label check htmlFor="agreeToReceiveEmails">

0 commit comments

Comments
 (0)