Merged in fix/BOOK-317-campaign-ui-fixes (pull request #3397)
fix(BOOK-317): small campaign ui fixes * fix(BOOK-317): campaign ui fixes Approved-by: Erik Tiekstra
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
import { useState } from "react"
|
||||
|
||||
import { Carousel } from "@/components/Carousel"
|
||||
import ContentCard from "@/components/ContentCard"
|
||||
import { ContentCard } from "@/components/ContentCard"
|
||||
import { Section } from "@/components/Section"
|
||||
import { SectionHeader } from "@/components/Section/Header"
|
||||
import SectionLink from "@/components/Section/Link"
|
||||
@@ -16,8 +16,10 @@ import type { VariantProps } from "class-variance-authority"
|
||||
|
||||
import type { headingVariants } from "@/components/Section/Header/headingVariants"
|
||||
|
||||
interface CarouselCardsProps
|
||||
extends Pick<CarouselCardsBlock, "carousel_cards"> {
|
||||
interface CarouselCardsProps extends Pick<
|
||||
CarouselCardsBlock,
|
||||
"carousel_cards"
|
||||
> {
|
||||
headingLevel?: "h1" | "h2"
|
||||
headingTypography?: VariantProps<typeof headingVariants>["typography"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user