diff --git a/components/Dashboard/RegistrationForms/AboutYou/index.tsx b/components/Dashboard/RegistrationForms/AboutYou/index.tsx index 9f95b3c..4b3bd52 100644 --- a/components/Dashboard/RegistrationForms/AboutYou/index.tsx +++ b/components/Dashboard/RegistrationForms/AboutYou/index.tsx @@ -48,7 +48,7 @@ const AboutYou = (props: Props) => { Personal Information - 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. 😏 Your details so we can hit you up diff --git a/components/Dashboard/TileRegistration/index.tsx b/components/Dashboard/TileRegistration/index.tsx index 850d413..2ddd03b 100644 --- a/components/Dashboard/TileRegistration/index.tsx +++ b/components/Dashboard/TileRegistration/index.tsx @@ -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'} diff --git a/components/HomePage/FAQ/index.tsx b/components/HomePage/FAQ/index.tsx index 6b73995..9700aaa 100644 --- a/components/HomePage/FAQ/index.tsx +++ b/components/HomePage/FAQ/index.tsx @@ -53,7 +53,7 @@ const FAQ = () => { 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.'