Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Georges Lebreton <[email protected]>
  • Loading branch information
abeddow91 and Georges-GNM authored Jan 8, 2025
1 parent 1ef9feb commit bc84645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotcom-rendering/src/components/Card/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ export const Card = ({
<img src={media.imageUrl} alt="" />
)}
{media.type === 'podcast' && (
/** If the card isn't large enough to have a kicker image then we use the podcast series image as the main media. Oztherwise, use the trail image */
/** If the card isn't large enough to have a kicker image then we use the podcast series image as the main media. Otherwise, use the trail image */
<>
{media.podcastImage.src && !showKickerImage ? (
<div css={[podcastImageStyles(imageSize)]}>
Expand Down

0 comments on commit bc84645

Please sign in to comment.