@appcorp/kismaa-web-ui 0.1.59 → 0.1.60
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.
|
@@ -41,6 +41,7 @@ var kismaa_logo_1 = require("../../atoms/kismaa-logo");
|
|
|
41
41
|
var molecules_1 = require("../../molecules");
|
|
42
42
|
var react_1 = __importStar(require("react"));
|
|
43
43
|
var link_1 = __importDefault(require("next/link"));
|
|
44
|
+
var image_1 = __importDefault(require("next/image"));
|
|
44
45
|
var Footer = function (_a) {
|
|
45
46
|
var _b = _a.logoClassName, logoClassName = _b === void 0 ? 'h-24 w-28' : _b, description = _a.description, socialLinks = _a.socialLinks, quickLinks = _a.quickLinks;
|
|
46
47
|
var halfLength = Math.ceil(quickLinks.length / 2);
|
|
@@ -96,11 +97,10 @@ var Footer = function (_a) {
|
|
|
96
97
|
react_1.default.createElement(molecules_1.Typography, { variant: molecules_1.TYPOGRAPHY_VARIANTS.H5 }, "Payment Solutions")),
|
|
97
98
|
react_1.default.createElement("div", { className: "mt-6 flex flex-wrap gap-2" },
|
|
98
99
|
react_1.default.createElement("table", null,
|
|
99
|
-
react_1.default.createElement("
|
|
100
|
-
react_1.default.createElement("
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
react_1.default.createElement("img", { src: "https://ccxavhjpwqlubqxzrdqp.supabase.co/storage/v1/object/public/publicBlob/assets/paypal-solutions.png", alt: "PayPal Acceptance Mark" })))))))))));
|
|
100
|
+
react_1.default.createElement("tbody", null,
|
|
101
|
+
react_1.default.createElement("tr", null,
|
|
102
|
+
react_1.default.createElement("td", { align: "center" },
|
|
103
|
+
react_1.default.createElement("a", { href: "https://www.paypal.com/webapps/mpp/paypal-popup", title: "How PayPal Works" },
|
|
104
|
+
react_1.default.createElement(image_1.default, { alt: "PayPal Acceptance Mark", height: 40, src: "https://ccxavhjpwqlubqxzrdqp.supabase.co/storage/v1/object/public/publicBlob/assets/paypal-solutions.png", width: 100 }))))))))))));
|
|
105
105
|
};
|
|
106
106
|
exports.Footer = Footer;
|