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