Skip to content

Commit

Permalink
chore(SLB-455): set rounded on img directly
Browse files Browse the repository at this point in the history
  • Loading branch information
dan2k3k4 committed Oct 29, 2024
1 parent b042663 commit 03f5ccc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ui/src/components/Organisms/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ export const CardItem = ({
</svg>
</Link>
</div>
<div className="rounded-t-lg row-start-1">
<div className="row-start-1">
{teaserImage ? (
<Image {...teaserImage} className="w-full" />
<Image {...teaserImage} className="w-full rounded-t-lg" />
) : (
<div className="aspect-[4/3] bg-indigo-200" />
)}
Expand Down

0 comments on commit 03f5ccc

Please sign in to comment.