@appcorp/app-corp-vista 0.2.44 → 0.2.45
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.
|
@@ -10,8 +10,8 @@ var VistaFooterV10 = function (_a) {
|
|
|
10
10
|
return (react_1.default.createElement("footer", { className: "bg-white" },
|
|
11
11
|
react_1.default.createElement("div", { className: "mx-auto max-w-7xl px-6 pt-16 pb-8 sm:pt-20 lg:px-8 lg:pt-32" },
|
|
12
12
|
react_1.default.createElement("div", { className: "xl:grid xl:grid-cols-3 xl:gap-8" },
|
|
13
|
-
react_1.default.createElement("img", { alt: logoAlt, className: "
|
|
14
|
-
react_1.default.createElement("div", { className: "mt-16 grid grid-cols-4 gap-8 xl:col-span-2 xl:mt-0" }, items.map(function (_a) {
|
|
13
|
+
react_1.default.createElement("img", { alt: logoAlt, className: "size-20", src: logoSrc }),
|
|
14
|
+
react_1.default.createElement("div", { className: "mt-16 grid sm:grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8 xl:col-span-2 xl:mt-0" }, items.map(function (_a) {
|
|
15
15
|
var name = _a.name, subMenuItems = _a.subMenuItems;
|
|
16
16
|
return (react_1.default.createElement("div", { key: name },
|
|
17
17
|
react_1.default.createElement("h3", { className: "text-sm/6 font-semibold text-primary" }, name),
|