Skip to content

Commit

Permalink
fix(): Fix card image width container.
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanCQ committed Sep 17, 2024
1 parent fdd8de3 commit 241f73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/custom/docs/components/triplecard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const TripleCard = (props: {cards: z.infer<typeof cardSchema>, imageCompo
alt={item.image_description}
height={300}
src={item.image_link}
width={200}
width={300}
style={{ objectFit: 'contain' }}
priority
/>
Expand Down

0 comments on commit 241f73b

Please sign in to comment.