nvis-fe-cms-libs 2.1.9 → 2.1.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.
|
@@ -581,12 +581,12 @@ const AboutCompanySection = ({ data, t, isDarkMode, imageBaseUrl = "" }) => {
|
|
|
581
581
|
] }),
|
|
582
582
|
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "relative z-10 max-w-6xl mx-auto px-4 sm:px-6 lg:px-8 text-center", children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "space-y-6", children: [
|
|
583
583
|
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "space-y-2", children: [
|
|
584
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "w-20 h-20 mx-auto rounded-full", children: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "w-full h-full rounded-full flex items-center justify-center overflow-hidden
|
|
584
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "w-20 h-20 mx-auto rounded-full", children: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "w-full h-full rounded-full flex items-center justify-center overflow-hidden", children: logoUrl ? /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
585
585
|
"img",
|
|
586
586
|
{
|
|
587
587
|
src: logoUrl,
|
|
588
588
|
alt: name || shortName,
|
|
589
|
-
className: "w-full h-full object-
|
|
589
|
+
className: "w-full h-full object-contain",
|
|
590
590
|
onError: (e) => {
|
|
591
591
|
e.target.style.display = "none";
|
|
592
592
|
const fallbackDiv = document.createElement("div");
|