Skip to content

Commit

Permalink
Update Sponsors.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
iancheung0202 authored Jan 8, 2025
1 parent 7ee5c03 commit c2a2543
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/(landing)/Sponsors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ export default function Sponsors() {
</p>

<div className="pt-8 pb-2 flex flex-wrap gap-x-5 gap-y-2 items-center justify-center">
<Sponsor href="https://www.desmos.com/" src="/sponsors/DesmosLogo-B.svg" alt="Desmos" />
<Sponsor href="https://www.janestreet.com/" src="/sponsors/jane-street.png" alt="Jane Street" />
<Sponsor href="https://www.brandingout.com/" src="/sponsors/brandingout.png" alt="Branding Out" />
<Sponsor href="https://gen.xyz/" src="/sponsors/XYZ.svg" alt="XYZ" />
<Sponsor href="https://www.mitchellparkteenservices.org/thinkfund" src="/sponsors/thinkfund.webp" alt="Think Fund" width="md" />
<Sponsor href="https://www.cityofpaloalto.org/" src="/sponsors/city-of-palo-alto.png" alt="City of Palo Alto" />
{/*<Sponsor href="https://www.applied-computing.org/" src="/sponsors/ACF.png" alt="Applied Computing Foundation" />
<Sponsor href="https://www.desmos.com/" src="/sponsors/DesmosLogo-B.svg" alt="Desmos" />
<Sponsor href="https://www.hudsonrivertrading.com/" src="/sponsors/HRT.png" alt="Hudson River Trading" />
<Sponsor href="https://www.wolfram.com" src="/sponsors/wolfram.png" alt="Wolfram" />
<Sponsor href="https://mlh.io/" src="/sponsors/MLH.png" alt="MLH" width="sm" />
<Sponsor href="https://www.mitchellparkteenservices.org/thinkfund" src="/sponsors/thinkfund.webp" alt="Think Fund" width="md" />
<Sponsor href="https://www.cityofpaloalto.org/" src="/sponsors/city-of-palo-alto.png" alt="City of Palo Alto" />
<Sponsor href="https://www.wolfram.com" src="/sponsors/wolfram.svg" alt="Wolfram" />
<Sponsor href="https://artofproblemsolving.com" src="/sponsors/aops.png" alt="AoPS" />
Expand Down

1 comment on commit c2a2543

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for gunnhacks11-0 ready!

✅ Preview
https://gunnhacks11-0-id8szeqwz-daniel-kous-projects.vercel.app

Built with commit c2a2543.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.