Skip to content

Commit c44cd4a

Browse files
committed
Fix 50-50 ingress #3489
1 parent c3c0c00 commit c44cd4a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

web/sections/Hero/FiftyFiftyHero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const FiftyFiftyHero = ({
3131
const { bg: nextCompBg, dark: nextCompDark } = getBgAndDarkFromBackground(
3232
nextSectionDesignOptions,
3333
)
34-
console.log('FiftyFiftyHero title', title)
34+
3535

3636
return (
3737
<section className={twMerge(`flex flex-col-reverse`, className)}>

web/sections/Hero/HeroBlock.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ export const HeroBlock = ({
7272
title,
7373
heroTitle,
7474
subTitle,
75+
ingress,
7576
figure,
7677
ratio,
7778
background,
@@ -95,6 +96,7 @@ export const HeroBlock = ({
9596
title,
9697
subTitle,
9798
heroTitle,
99+
ingress,
98100
//@ts-ignore
99101
background: colorKeyToUtilityMap[background]?.background,
100102
nextSectionDesignOptions: nextSectionDesignOptions,

0 commit comments

Comments
 (0)