fix: correct the stale Fall 2025 date in the FAQ and dashboard - #334
Merged
Merged
Conversation
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.
|
@hassan1brahim is attempting to deploy a commit to the HackRU RND Team on Vercel. A member of the Team first needs to authorize it. |
DaStormer
self-requested a review
August 31, 2026 00:45
DaStormer
approved these changes
Aug 31, 2026
DaStormer
added a commit
that referenced
this pull request
Aug 31, 2026
DaStormer
added a commit
that referenced
this pull request
Sep 8, 2026
* revamp auth pages & dashboard for improved styling and mobile responsiveness * mobile status * fix: correct the stale F2025 hackathon date to October 10th (#334) * add mlh 2027 season member badge * fix: keep Schedule heading inside the ribbon (#337) --------- Co-authored-by: Hassan <139898007+hassan1brahim@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What was done
Confirmedhacker stage, inapp/lib/constants.tsapp/dashboard/components/profileHeader.tsx, where it appears in both theCardTitleand theCardDescriptionWhy
Both strings still carried the Fall 2025 date.
About.tsxstates the event is on October 10-11 at the Busch Student Center, so the FAQ contradicted the same page it renders on, and the dashboard told confirmed hackers to show up on the wrong day.The sentence is duplicated because
profileHeader.tsxhardcodes its own copy rather than reading fromhackRUFAQ.Not included
sections/Hero/Hero.tsxstill readsOctober 4th - 5th, College Ave Student Center. That file is not rendered,page.tsximportsHerobut rendersHero2, and it also disagrees withAbout.tsxon the venue, so it is a content question rather than a typo.offseason/page.tsxhas the old date inside a commented-out block.