Skip to content

Commit

Permalink
Merge pull request #15 from ethanniser/small-fixes
Browse files Browse the repository at this point in the history
small fixes
  • Loading branch information
ethanniser authored Oct 20, 2024
2 parents a470482 + ea7070b commit cbd9302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/product-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export function ProductLink(props: {
width={48}
height={48}
quality={65}
className="h-12 w-12 flex-shrink-0 object-cover"
className="h-auto w-12 flex-shrink-0 object-cover"
/>
</div>
<div className="px-2" />
Expand Down

0 comments on commit cbd9302

Please sign in to comment.