Skip to content

Commit

Permalink
keep show live playable on splash
Browse files Browse the repository at this point in the history
  • Loading branch information
abeddow91 committed Oct 17, 2024
1 parent e5e4368 commit 2a67825
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dotcom-rendering/src/components/FlexibleGeneral.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import type {
DCRFrontCard,
DCRGroupedTrails,
} from '../types/front';
import { Position } from './Card/Card';
import type {
ImagePositionType,
ImageSizeType,
Expand Down Expand Up @@ -199,6 +200,7 @@ export const SplashCardLayout = ({
imageLoading={imageLoading}
aspectRatio="5:4"
kickerText={card.kickerText}
showLivePlayable={card.showLivePlayable}
liveUpdatesAlignment={liveUpdatesAlignment}
boostedFontSizes={true}
isFlexSplash={true}
Expand All @@ -216,7 +218,7 @@ type BoostedCardProperties = {
headlineSizeOnMobile: SmallHeadlineSize;
headlineSizeOnTablet: SmallHeadlineSize;
imageSize: ImageSizeType;
liveUpdatesPosition: 'inner' | 'outer';
liveUpdatesPosition: Position;
supportingContentAlignment: Alignment;
};

Expand Down

0 comments on commit 2a67825

Please sign in to comment.