Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into burgess/autocomplete-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleburgess2025 committed Aug 22, 2024
2 parents 8130e8b + e17e104 commit 2d3aa9a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions components/hacker/HackerDash.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,11 @@ export default function HackerDash({ userApplicationStatus, setUserApplicationSt
<Checkbox style={{ color: 'white' }}>
I authorize you to share my application/registration information with Major
League Hacking for event administration, ranking, and MLH administration in-line
with the MLH Privacy Policy. I further agree to the terms of both the{' '}
with the{' '}
<a target="_blank" rel="noopener noreferrer" href="https://mlh.io/privacy">
MLH Privacy Policy.
</a>{' '}
I further agree to the terms of both the{' '}
<a
style={{ color: '#027cff' }}
target="_blank"
Expand All @@ -660,8 +664,8 @@ export default function HackerDash({ userApplicationStatus, setUserApplicationSt
</Form.Item>
<Form.Item valuePropName="checked" name="mlhComms">
<Checkbox style={{ color: 'white' }}>
I authorize MLH to send me an email where I can further opt into the MLH Hacker,
Events, or Organizer Newsletters and other communications from MLH.
I authorize MLH to send me occasional emails about relevant events,
career opportunities, and community announcements.
</Checkbox>
</Form.Item>
<br />
Expand Down

0 comments on commit 2d3aa9a

Please sign in to comment.