Skip to content

Commit

Permalink
refactor: Update sponsor link styles in Sponsors component
Browse files Browse the repository at this point in the history
  • Loading branch information
IhsenBouallegue committed Jul 13, 2024
1 parent be4b8f9 commit 2add426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/slices/Sponsors/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const HighlightedSponsor = ({ sponsor }: { sponsor: Content.SponsorsDocumentData
return (
<PrismicNextLink
field={sponsor.link}
className="p-4 flex col-span-full justify-center shadow-md bg-white/10 rounded-lg ring-2 ring-secondary/90"
className="p-4 flex col-span-full justify-center shadow-md bg-white/80 rounded-lg ring-8 ring-secondary/90"
>
<PrismicNextImage field={sponsor.logo} className="object-contain h-48 w-auto" />
</PrismicNextLink>
Expand Down

0 comments on commit 2add426

Please sign in to comment.