@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 +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5563,7 +5563,7 @@ var StyledWrapper = styled.div.attrs(function (props) {
|
|
|
5563
5563
|
position: "absolute",
|
|
5564
5564
|
top: 0,
|
|
5565
5565
|
left: 0,
|
|
5566
|
-
backgroundImage: "url(".concat(backgroundImage.src, ")"),
|
|
5566
|
+
backgroundImage: "url(\"".concat(backgroundImage.src, "\")"),
|
|
5567
5567
|
width: "100%",
|
|
5568
5568
|
height: "100%",
|
|
5569
5569
|
zIndex: -1,
|