Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
totakoko committed Sep 4, 2024
1 parent e2359da commit 2dd9f1c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,11 @@ export const Card = memo(
src={imageUrl}
alt={imageAlt}
{...nativeImgProps}
className={cx(fr.cx("fr-responsive-img"), classes.imgTag, nativeImgProps?.className)}
className={cx(
fr.cx("fr-responsive-img"),
classes.imgTag,
nativeImgProps?.className
)}
/>
</div>
{badge !== undefined && (
Expand Down

0 comments on commit 2dd9f1c

Please sign in to comment.