nvis-fe-cms-libs 1.1.8 → 1.1.10
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.
|
@@ -579,25 +579,11 @@ const AboutCompanySection = ({ data, t, isDarkMode }) => {
|
|
|
579
579
|
)
|
|
580
580
|
] }),
|
|
581
581
|
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "max-w-4xl mx-auto", children: [
|
|
582
|
-
/* @__PURE__ */ jsxRuntimeExports.
|
|
583
|
-
"
|
|
582
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
583
|
+
"div",
|
|
584
584
|
{
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
/* @__PURE__ */ jsxRuntimeExports.jsxs("span", { className: "font-semibold text-white", children: [
|
|
588
|
-
'"',
|
|
589
|
-
safeT("aboutCompany.hero.trustedPartner"),
|
|
590
|
-
'"'
|
|
591
|
-
] }),
|
|
592
|
-
" - ",
|
|
593
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
594
|
-
"span",
|
|
595
|
-
{
|
|
596
|
-
dangerouslySetInnerHTML: { __html: shortDescription },
|
|
597
|
-
className: `inline transition-colors ${isDarkMode ? "text-gray-300" : "text-gray-600"}`
|
|
598
|
-
}
|
|
599
|
-
)
|
|
600
|
-
]
|
|
585
|
+
dangerouslySetInnerHTML: { __html: shortDescription },
|
|
586
|
+
className: `prose max-w-none transition-colors ${isDarkMode ? "prose-invert text-gray-300" : "text-gray-600"}`
|
|
601
587
|
}
|
|
602
588
|
),
|
|
603
589
|
/* @__PURE__ */ jsxRuntimeExports.jsxs(
|