diff --git a/plugins/carhop-blocks/src/chapter-section/edit.js b/plugins/carhop-blocks/src/chapter-section/edit.js index f002445..658eeac 100644 --- a/plugins/carhop-blocks/src/chapter-section/edit.js +++ b/plugins/carhop-blocks/src/chapter-section/edit.js @@ -336,8 +336,9 @@ export default function Edit({ attributes, setAttributes, ...props }) { "core/list", "core/button", "core/buttons", - "carhop-blocks/cta", "carhop-blocks/heading", + "carhop-blocks/cta", + "carhop-blocks/cta-group", ]} /> diff --git a/plugins/carhop-blocks/src/chapter-section/save.js b/plugins/carhop-blocks/src/chapter-section/save.js index 1dedf2e..287d21f 100644 --- a/plugins/carhop-blocks/src/chapter-section/save.js +++ b/plugins/carhop-blocks/src/chapter-section/save.js @@ -30,7 +30,7 @@ export default function save({ attributes }) { ${ hasLightBackground ? "chapter-section--bg-light" - : "chapter-section--bg-dark" + : " " }`, style: { "--chapter-section-text-color": textColor ? textColor : "#136f63",