@adityabheke/renderer-package 1.0.5 → 1.0.6
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -832,7 +832,7 @@ var FooterSimple = ({
|
|
|
832
832
|
className
|
|
833
833
|
),
|
|
834
834
|
style: { backgroundColor },
|
|
835
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("div", { className: "max-w-6xl mx-auto px-4 flex flex-
|
|
835
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("div", { className: "max-w-6xl mx-auto px-4 flex flex-row md:flex-row justify-between items-center gap-4", children: [
|
|
836
836
|
slots?.["footer-logo"],
|
|
837
837
|
slots?.["footer-copy"],
|
|
838
838
|
slots?.["f-link-1"],
|
package/dist/index.js
CHANGED
|
@@ -795,7 +795,7 @@ var FooterSimple = ({
|
|
|
795
795
|
className
|
|
796
796
|
),
|
|
797
797
|
style: { backgroundColor },
|
|
798
|
-
children: /* @__PURE__ */ jsxs5("div", { className: "max-w-6xl mx-auto px-4 flex flex-
|
|
798
|
+
children: /* @__PURE__ */ jsxs5("div", { className: "max-w-6xl mx-auto px-4 flex flex-row md:flex-row justify-between items-center gap-4", children: [
|
|
799
799
|
slots?.["footer-logo"],
|
|
800
800
|
slots?.["footer-copy"],
|
|
801
801
|
slots?.["f-link-1"],
|