Skip to content

Commit

Permalink
chore: pnpm test:format:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dan2k3k4 committed Oct 28, 2024
1 parent 1283bfb commit c350713
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/ui/src/components/Organisms/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@ export const CardItem = ({
</div>
<div className="row-start-1">
{teaserImage ? (
<Image {...teaserImage} className="w-full aspect-[16/9] rounded-t-lg" />
<Image
{...teaserImage}
className="w-full aspect-[16/9] rounded-t-lg"
/>
) : (
<div className="aspect-[16/9] rounded-t-lg bg-indigo-200" />
)}
Expand Down

0 comments on commit c350713

Please sign in to comment.