fix(SW-3305): Added preamble to carousel cards block
Approved-by: Matilda Landström Approved-by: Chuma Mcphoy (We Ahead)
This commit is contained in:
@@ -16,6 +16,7 @@ import type { CarouselCardsProps } from "@/types/components/blocks/carouselCards
|
||||
export default function CarouselCards({ carousel_cards }: CarouselCardsProps) {
|
||||
const {
|
||||
heading,
|
||||
preamble,
|
||||
enableFilters,
|
||||
defaultFilter,
|
||||
filterCategories,
|
||||
@@ -37,6 +38,7 @@ export default function CarouselCards({ carousel_cards }: CarouselCardsProps) {
|
||||
<SectionContainer>
|
||||
<SectionHeader
|
||||
title={heading}
|
||||
preamble={preamble}
|
||||
headingLevel="h2"
|
||||
headingAs="h3"
|
||||
link={link}
|
||||
|
||||
Reference in New Issue
Block a user