Skip to content

Commit

Permalink
feat: change waii sponsors to rounded
Browse files Browse the repository at this point in the history
  • Loading branch information
betich committed Jul 1, 2024
1 parent d9dfb74 commit 0684228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Landing/Sponsor/List.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default function SponsorList({
<img
src={`/8/${sponsor.logo}` ?? "/8/assets/placeholder.png"}
alt={sponsor.name}
className="w-full object-contain"
className="w-full rounded-full object-contain"
/>
</a>
</div>
Expand Down

0 comments on commit 0684228

Please sign in to comment.