Skip to content

Commit

Permalink
Refactor GoldSponsors component to fix sponsor website links
Browse files Browse the repository at this point in the history
  • Loading branch information
29deepanshutyagi committed Jan 1, 2025
1 parent 178d754 commit 638d5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/sponsors/GoldSponsors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function GoldSponsors({ className = '' }: GoldSponsorsProps): Rea
{goldSponsors.map((sponsor, index) => (
<a
key={index}
href={sponsor.website}
href={sponsor.website}
target='_blank'
className='relative block w-2/3 p-4 text-center sm:w-1/2 sm:p-0 md:w-1/3 lg:w-1/5'
rel='noopener noreferrer'
Expand Down

0 comments on commit 638d5b4

Please sign in to comment.