Skip to content

Commit

Permalink
Fix website sponsor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
john-papani committed May 20, 2024
1 parent 0d2ee69 commit 017c3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Partners/PartnersGrid.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function PartnersGrid({ partnerslist }) {
<Partners
fullname={partner.fullname}
photo={partner.photo}
link={partner.url}
link={partner.website}
/>
</li>
))}
Expand Down

0 comments on commit 017c3cb

Please sign in to comment.