Skip to content

Commit

Permalink
Update dates
Browse files Browse the repository at this point in the history
  • Loading branch information
nxabdullah committed Jan 16, 2025
1 parent ee4136a commit 4810c4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/Dashboard/RegistrationForms/AboutYou/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const AboutYou = (props: Props) => {
<Grid container direction="column" gap="1.5rem">
<Typography variant="h2">Personal Information</Typography>
<Typography variant="h3" color="primary" gutterBottom>
Important: We will be checking IDs at the event for identification & age purposes.
Important: We will be checking your T-Card at the event for identification purposes.
</Typography>
<Typography variant="h3" color="text.secondary" gutterBottom>
😏 Your details so we can hit you up
Expand Down
2 changes: 1 addition & 1 deletion components/Dashboard/TileRegistration/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const TileRegistration = (props: Props) => {
: 'during this time. Thanks for checking our DeerHacks!'
}`
: status === 'registering'
? 'Get started on your registration for DeerHacks! Hacker applications are open until January 25'
? 'Get started on your registration for DeerHacks! Hacker applications are open until January 29'
: noApplication
? `${status.title()}s cannot register as hackers`
: 'Revisit your application to DeerHacks'}
Expand Down
2 changes: 1 addition & 1 deletion components/HomePage/FAQ/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const FAQ = () => {
<Typography>
DeerHacks takes place on the weekend of February 14 - 16, 2025.
{toggles.signupHacker
? ' Hacker applications are open until January 28, 2025.'
? ' Hacker applications are open until January 29, 2025.'
: ' Thanks for applying to DeerHacks! We will review your applications and get back to you soon.'}
{toggles.signupVolunteer && toggles.signupMentor
? ' Volunteer & mentor applications are open until February 2, 2024.'
Expand Down

0 comments on commit 4810c4b

Please sign in to comment.