Skip to content

Commit

Permalink
Fixed silver sponsor size
Browse files Browse the repository at this point in the history
  • Loading branch information
dooman87 committed Nov 2, 2023
1 parent aa7445b commit 91dec6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Sponsors/sponsors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export const Sponsors = ({ sponsors, show, hideUpsell }: SponsorsProps) => {
<h2>Silver Sponsors</h2>
{silverSponsors.map((sponsor) => (
<StyledSponsorLink href={sponsor.url} target="_blank" key={sponsor.name} title={sponsor.name}>
<img src={imgUrl(sponsor.imageUrl, 200)} alt={sponsor.name} loading="lazy" />
<img src={imgUrl(sponsor.imageUrl, 170)} alt={sponsor.name} loading="lazy" />
</StyledSponsorLink>
))}
</Fragment>
Expand Down

0 comments on commit 91dec6a

Please sign in to comment.