add background color to featured page block

This commit is contained in:
2024-06-27 00:48:32 +02:00
parent e0b26b1032
commit 473b39410f
11 changed files with 180 additions and 21 deletions

View File

@ -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 }} />