Skip to content

Commit

Permalink
removed volunteer form
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJ104 committed Feb 17, 2025
1 parent e2d1d4f commit 2878496
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions app/(pages)/(index-page)/_components/hero/heroInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,20 @@ export default function HeroInfo() {
href="https://docs.google.com/forms/d/e/1FAIpQLSeEZpfB1aTUvXwJBnsxQq8r8V2ch1FJJ8J9pumz5EhrtsXMeQ/viewform"
includeComma={true}
/>
<FormLink
text="Mentor"
href="https://form.typeform.com/to/uNuWRicb"
includeComma={true}
/>
<span className="font-metropolis text-[18px] font-normal tracking-[0.48px] md:text-[20px]">
or{' '}
</span>
<FormLink
text="Mentor"
href="https://form.typeform.com/to/uNuWRicb"
// includeComma={true}
includeComma={false}
/>
{/* <FormLink
text="Volunteer"
href="https://form.typeform.com/to/sTYMFPMW"
includeComma={false}
/>
/> */}
</div>
</div>
</div>
Expand Down

0 comments on commit 2878496

Please sign in to comment.