add background color to featured page block
This commit is contained in:
@ -20,7 +20,10 @@ export const FeaturedBlock = ({
|
||||
// TODO: fetch image from target page
|
||||
|
||||
return (
|
||||
<div className={styles.featuredBlock}>
|
||||
<div
|
||||
className={styles.featuredBlock}
|
||||
data-background-color={block.backgroundColor ?? ""}
|
||||
>
|
||||
<div className={styles.text}>
|
||||
<h2>{block.title}</h2>
|
||||
<div dangerouslySetInnerHTML={{ __html: block.featuredBlockText }} />
|
||||
|
Reference in New Issue
Block a user