File tree Expand file tree Collapse file tree
src/components/Dashboard/Forms/UserProfileForm/ProfileCards Expand file tree Collapse file tree Original file line number Diff line number Diff 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" >
You can’t perform that action at this time.
0 commit comments