@bigbinary/neeto-site-blocks 2.0.10 → 2.0.11

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.
package/dist/index.cjs.js CHANGED
@@ -5582,7 +5582,7 @@ var StyledWrapper = styled__default["default"].div.attrs(function (props) {
5582
5582
  position: "absolute",
5583
5583
  top: 0,
5584
5584
  left: 0,
5585
- backgroundImage: "url(".concat(backgroundImage.src, ")"),
5585
+ backgroundImage: "url(\"".concat(backgroundImage.src, "\")"),
5586
5586
  width: "100%",
5587
5587
  height: "100%",
5588
5588
  zIndex: -1,