From 9bca6d1a8a1d1bbd5e56e42acd570d9d7b9d55cd Mon Sep 17 00:00:00 2001 From: Hassan Ibrahim Date: Mon, 31 Aug 2026 05:17:00 +0500 Subject: [PATCH] fix: correct the stale F2025 hackathon date to October 10th The FAQ's Confirmed hacker stage and the dashboard's confirmed-status card both still said October 4th, the Fall 2025 date. About.tsx has the event on October 10-11, so the FAQ contradicted the same page it renders on. --- app/dashboard/components/profileHeader.tsx | 4 ++-- app/lib/constants.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/dashboard/components/profileHeader.tsx b/app/dashboard/components/profileHeader.tsx index a1a63e7..9a0c248 100644 --- a/app/dashboard/components/profileHeader.tsx +++ b/app/dashboard/components/profileHeader.tsx @@ -413,11 +413,11 @@ export default function ProfileHeader(props: { <> Get ready to code! You're fully signed up and ready to - show up on October 4th. + show up on October 10th. Get ready to code! You're fully signed up and ready to - show up on October 4th. You are guarenteed entry if you show + show up on October 10th. You are guarenteed entry if you show up before 10:30am, at which point it will be first come first served. diff --git a/app/lib/constants.ts b/app/lib/constants.ts index 638add8..59fb562 100644 --- a/app/lib/constants.ts +++ b/app/lib/constants.ts @@ -18,7 +18,7 @@ export const hackRUFAQ = { Coming: Thanks for letting us know you can make it! We're slowly moving hackers into the final confirmation stage based on FCFS responses. - Confirmed: Get ready to code! You're fully signed up and ready to show up on October 4th. + Confirmed: Get ready to code! You're fully signed up and ready to show up on October 10th. Delayed Entry Waitlist: Unfortunately, we've had to place you on our waitlist. Show up closer to our delayed check-in phase where hackers will be checked in based on remaining availability! In the meantime, any confirmed teammates can wait in the venue. `,