@treely/strapi-slices 5.2.0 → 5.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3382,7 +3382,8 @@ var Cta = function Cta(_ref) {
3382
3382
  var _useContext = React.useContext(IntlContext),
3383
3383
  formatMessage = _useContext.formatMessage;
3384
3384
  return React__default.default.createElement(boemly.DefaultSectionContainer, {
3385
- backgroundColor: VARIANTS$3[slice.variant].backgroundColor.left
3385
+ backgroundColor: VARIANTS$3[slice.variant].backgroundColor.left,
3386
+ title: slice.title
3386
3387
  }, React__default.default.createElement(boemly.Wrapper, null, slice.title ? React__default.default.createElement(React__default.default.Fragment, null, React__default.default.createElement(boemly.Flex, {
3387
3388
  alignItems: "center",
3388
3389
  flexDirection: "column"