@bigbinary/neeto-site-blocks 1.13.4 → 1.13.5
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.cjs.js
CHANGED
|
@@ -16128,7 +16128,7 @@ var HeaderWithButtons = function HeaderWithButtons(_ref) {
|
|
|
16128
16128
|
})
|
|
16129
16129
|
})), /*#__PURE__*/jsxRuntime.jsx("div", {
|
|
16130
16130
|
className: classnames__default["default"]("col-span-5 col-start-4 hidden items-center justify-center gap-x-6 lg:col-span-7 lg:col-start-3 lg:flex", {
|
|
16131
|
-
"col-span-9 sm:justify-end": ramda.isEmpty(buttons)
|
|
16131
|
+
"col-span-9 sm:justify-end lg:col-span-9": ramda.isEmpty(buttons)
|
|
16132
16132
|
}),
|
|
16133
16133
|
children: properties.links.map(function (link, index) {
|
|
16134
16134
|
return /*#__PURE__*/jsxRuntime.jsx(Link, _objectSpread$9({
|