Skip to content

Commit 9970a96

Browse files
authored
Merge pull request #13429 from guardian/doml/static-feature-two-audio
Show audio content on feature cards in static feature two container
2 parents e3dd7dd + 22625df commit 9970a96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dotcom-rendering/src/components/StaticFeatureTwo.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ export const StaticFeatureTwo = ({
7676
headlineSizes={{ desktop: 'small' }}
7777
supportingContent={card.supportingContent}
7878
galleryCount={card.galleryCount}
79+
podcastImage={card.podcastImage}
80+
audioDuration={card.audioDuration}
7981
collectionId={collectionId}
8082
/>
8183
</LI>

0 commit comments

Comments
 (0)