fix(BOOK-204): Added dynamic h1 to startpage
Approved-by: Christel Westerberg
This commit is contained in:
@@ -15,7 +15,7 @@ interface SectionHeaderProps
|
||||
VariantProps<typeof headingVariants> {
|
||||
heading?: string
|
||||
headingLevel?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6"
|
||||
preamble?: string
|
||||
preamble?: string | null
|
||||
link?: {
|
||||
href: string
|
||||
text: string
|
||||
|
||||
Reference in New Issue
Block a user