fix(SW-285): use correct prop name for section header
This commit is contained in:
@@ -15,7 +15,7 @@ export default function CardsGrid({
|
|||||||
<SectionContainer>
|
<SectionContainer>
|
||||||
<SectionHeader
|
<SectionHeader
|
||||||
title={cards_grid.title}
|
title={cards_grid.title}
|
||||||
subtitle={cards_grid.preamble}
|
preamble={cards_grid.preamble}
|
||||||
topTitle={firstItem}
|
topTitle={firstItem}
|
||||||
/>
|
/>
|
||||||
<Grids.Stackable>
|
<Grids.Stackable>
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ export default function DynamicContent({
|
|||||||
) : displayHeader ? (
|
) : displayHeader ? (
|
||||||
<SectionHeader
|
<SectionHeader
|
||||||
link={dynamicContent.link}
|
link={dynamicContent.link}
|
||||||
subtitle={dynamicContent.subtitle}
|
preamble={dynamicContent.subtitle}
|
||||||
title={dynamicContent.title}
|
title={dynamicContent.title}
|
||||||
topTitle={firstItem}
|
topTitle={firstItem}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user