We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0813b60 commit 5abb3e6Copy full SHA for 5abb3e6
dotcom-rendering/src/components/FlexibleGeneral.tsx
@@ -439,8 +439,7 @@ export const StandardCardLayout = ({
439
showLivePlayable={false}
440
showTopBarDesktop={false}
441
showTopBarMobile={true}
442
- // On standard cards, we only show the trail text if the trail image has been hidden
443
- trailText={!card.image ? card.trailText : undefined}
+ trailText={undefined}
444
// On standard cards, we increase the headline size if the trail image has been hidden
445
headlineSizes={
446
!card.image
0 commit comments