Skip to content

Commit

Permalink
Update hackathon info blurb
Browse files Browse the repository at this point in the history
  • Loading branch information
meleongg committed Nov 30, 2023
1 parent 7411c1e commit cdeea6f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
14 changes: 8 additions & 6 deletions src/components/ApplicationForm/HackathonInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ export default () => {
</span>
</CenteredH1>
<P>
We’re excited to have you join us January 20-21, 2024 for a 24-hour long hackathon filled
with workshops and exciting new events. This year, we’re also giving you the opportunity
to showcase your project live in front of a panel of judges and hundreds of hackers from
around North America! We focus on creating a quality hackathon experience all of our
attendees, so please fill out the form so we can get a better idea of the amount of people
attending, and of course, craft the best 24-hour hacker experience for you!
Join us on January 20-21, 2024, for a thrilling 24-hour hackathon of innovation and
collaboration. Immerse yourself in a dynamic atmosphere with engaging workshops and
events, and seize the chance to showcase your project live in front of a distinguished
panel of judges and a vibrant community of hackers from across North America. Apply now
and explore the exciting opportunities that await you at nwHacks 2024!{' '}
<span role="img" aria-label="Rocket emoji">
🚀
</span>
</P>
<P>
Learn more at{' '}
Expand Down
1 change: 1 addition & 0 deletions src/components/Typography.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export const P = styled.p`
${text};
${p => p.highlight && `color: ${p.theme.colors.linkHover}`};
margin: 10px 0;
line-height: 1.5;
`

export const I = styled.i`
Expand Down

0 comments on commit cdeea6f

Please sign in to comment.