Skip to content

Commit 5abb3e6

Browse files
authored
Remove trail text from standard, non-boosted cards in flexible/general container (#13371)
1 parent 0813b60 commit 5abb3e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dotcom-rendering/src/components/FlexibleGeneral.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,8 +439,7 @@ export const StandardCardLayout = ({
439439
showLivePlayable={false}
440440
showTopBarDesktop={false}
441441
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}
442+
trailText={undefined}
444443
// On standard cards, we increase the headline size if the trail image has been hidden
445444
headlineSizes={
446445
!card.image

0 commit comments

Comments
 (0)