Skip to content

Commit

Permalink
Merge branch 'main' into revert-12499-revert-12153-cc/ticker-update
Browse files Browse the repository at this point in the history
  • Loading branch information
charleycampbell authored Oct 8, 2024
2 parents 96951a8 + e71e207 commit d131a24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -383,7 +383,7 @@ export const Card = ({
const isFlexibleSpecialContainer = containerType === 'flexible/special';

const headlinePosition =
isFlexSplash && isFlexibleContainer ? 'outer' : 'inner';
isFlexSplash && isFlexibleSpecialContainer ? 'outer' : 'inner';

/** Determines the gap of between card components based on card properties */
const getGapSize = (): GapSize => {
Expand Down
1 change: 1 addition & 0 deletions dotcom-rendering/src/components/FlexibleGeneral.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ export const SplashCardLayout = ({
kickerText={card.kickerText}
showLivePlayable={card.showLivePlayable}
boostedFontSizes={true}
isFlexSplash={true}
/>
</LI>
</UL>
Expand Down

0 comments on commit d131a24

Please sign in to comment.