Skip to content

Commit f4627de

Browse files
Merge pull request #484 from HackRU/env/dev
Waiver And Vaccine Update
2 parents 7e4d0c5 + 61a922e commit f4627de

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

public/resources/waiver.pdf

-21.1 KB
Binary file not shown.

src/components/Dashboard/Forms/UserProfileForm/ProfileCards/Register.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ class Register extends Component {
143143
onChange={() => { this.setState({ checkedState1: !this.state.checkedState1 }); }}
144144
label={<p>I have read and agree to the <a href="https://static.mlh.io/docs/mlh-code-of-conduct.pdf"
145145
rel="noopener noreferrer"
146-
target="_blank">MLH Code of Conduct</a></p>}
146+
target="_blank">MLH Code of Conduct</a>.</p>}
147147
value={"mlh1"} />
148148
<AvCheckbox name="mlh2"
149149
customInput
@@ -157,7 +157,7 @@ class Register extends Component {
157157
target="_blank">MLH Contest Terms and Conditions</a> and the{" "}
158158
<a href="https://mlh.io/privacy"
159159
rel="noopener noreferrer"
160-
target="_blank">MLH Privacy Policy</a>.</p>}
160+
target="_blank">MLH Privacy Policy</a>. NOTE: Proof of vaccination or a negative test result 1-2 days before the event must be shown for entry.</p>}
161161
value={"mlh2"} />
162162
</AvCheckboxGroup>
163163
<h4>Registration</h4>
@@ -202,7 +202,7 @@ class Register extends Component {
202202
{" "}and the{" "}
203203
<a href="https://mlh.io/privacy"
204204
rel="noopener noreferrer"
205-
target="_blank">MLH Privacy Policy</a>.</p>
205+
target="_blank">MLH Privacy Policy</a>. NOTE: Proof of vaccination or a negative test result 1-2 days before the event must be shown for entry.</p>
206206
</FormGroup>
207207
<div style={{ width: "100%" }}
208208
align="right">

0 commit comments

Comments
 (0)