Skip to content

Commit

Permalink
Update to waitlist
Browse files Browse the repository at this point in the history
  • Loading branch information
VictiniX888 committed Oct 29, 2024
1 parent 361a507 commit ba24922
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
10 changes: 5 additions & 5 deletions apps/dashboard/components/hacker-portal/hacker-portal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,8 @@ export function HackerPortal({ isEventOpen, appsOpen }: HackerPortalProps) {
<Heading>HackSC 2024 Application</Heading>
<TextBody>
Ready for another fun year of hacking? Join us at our SoCal Tech
Week 24 hour hackathon!
Week 24 hour hackathon! While the application deadline has passed,
you can still join our waitlist.
</TextBody>

<HackSCGuy style={{ marginBottom: -30, zIndex: 1, marginTop: 30 }} />
Expand All @@ -316,7 +317,7 @@ export function HackerPortal({ isEventOpen, appsOpen }: HackerPortalProps) {
passHref
anchortagpropsoverride={{ target: '_self' }}
>
<RedButton>Start Application</RedButton>
<RedButton>Join the Waitlist</RedButton>
</Link>
</CenterContainer>
</Container>
Expand All @@ -329,9 +330,8 @@ export function HackerPortal({ isEventOpen, appsOpen }: HackerPortalProps) {
<CenterContainer>
<HackSCGuy />
<Heading3>
Your application has been submitted! Our team is currently reviewing
applications and will be sending out the acceptances in phases after
the application period closes.
Your application has been submitted! We will get back to you a few
days before the event in the case that a spot opens up.
</Heading3>
</CenterContainer>
</Container>
Expand Down
5 changes: 2 additions & 3 deletions apps/dashboard/pages/apply-2024/success/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,8 @@ export function Index() {
<Container>
<CenterContainer>
<Heading>
Your application has been submitted! Our team is currently reviewing
applications and will be sending out the acceptances in phases after
the application period closes.
Your application has been submitted! We will get back to you a few
days before the event in the case that a spot opens up.
</Heading>
<RedButton onClick={() => window.open('/', '_self')}>
Go back to home
Expand Down

0 comments on commit ba24922

Please sign in to comment.