Skip to content

Commit

Permalink
Add links to the hackathon portal
Browse files Browse the repository at this point in the history
  • Loading branch information
SheepTester committed Jan 10, 2025
1 parent 34888ac commit 617a760
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
6 changes: 3 additions & 3 deletions src/components/LandingText/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ const LandingText = ({ className = '' }: LandingTextProps) => {
</Typography>
<div className={styles.interestForm}>
<Typography variant="title/small" className={styles.subtitle}>
Interested in joining? Fill out our interest form!
Interested in joining? Applications are now open!
</Typography>
<div className={styles.buttonContainer}>
<Link
href="https://acmurl.com/hackathon-interest-form"
href="https://portal.diamondhacks.acmucsd.com/"
target="_blank"
className={styles.button}
>
Notify me for updates
Apply Now
</Link>
<Link
href="mailto:[email protected]"
Expand Down
1 change: 1 addition & 0 deletions src/components/Navbar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const links: LinkMetadata[] = [
{ name: 'Impact', href: '/#impact' },
{ name: 'FAQ', href: '/#faq' },
{ name: 'Sponsors', href: '/#sponsors' },
{ name: 'Apply', href: 'https://portal.diamondhacks.acmucsd.com' },
{ name: '2024', href: 'https://2024.diamondhacks.acmucsd.com' },
];

Expand Down
8 changes: 3 additions & 5 deletions src/sections/FAQ/questions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@ export const QUESTIONS: Question[] = [
question: 'How can I register for DiamondHacks?',
answer: (
<>
Fill out the interest form here (
<Link href="https://acmurl.com/diamondhacks-interest-form">
https://acmurl.com/diamondhacks-interest-form
</Link>
) to be notified when applications go live!
Create an account and submit your application on the{' '}
<Link href="https://portal.diamondhacks.acmucsd.com/">DiamondHacks Portal</Link> by February
28, 2025!
</>
),
},
Expand Down

0 comments on commit 617a760

Please sign in to comment.