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.
|
@@ -582,25 +582,11 @@ var __async = (__this, __arguments, generator) => {
|
|
|
582
582
|
)
|
|
583
583
|
] }),
|
|
584
584
|
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "max-w-4xl mx-auto", children: [
|
|
585
|
-
/* @__PURE__ */ jsxRuntimeExports.
|
|
586
|
-
"
|
|
585
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
586
|
+
"div",
|
|
587
587
|
{
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
/* @__PURE__ */ jsxRuntimeExports.jsxs("span", { className: "font-semibold text-white", children: [
|
|
591
|
-
'"',
|
|
592
|
-
safeT("aboutCompany.hero.trustedPartner"),
|
|
593
|
-
'"'
|
|
594
|
-
] }),
|
|
595
|
-
" - ",
|
|
596
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
597
|
-
"span",
|
|
598
|
-
{
|
|
599
|
-
dangerouslySetInnerHTML: { __html: shortDescription },
|
|
600
|
-
className: `inline transition-colors ${isDarkMode ? "text-gray-300" : "text-gray-600"}`
|
|
601
|
-
}
|
|
602
|
-
)
|
|
603
|
-
]
|
|
588
|
+
dangerouslySetInnerHTML: { __html: shortDescription },
|
|
589
|
+
className: `prose max-w-none transition-colors ${isDarkMode ? "prose-invert text-gray-300" : "text-gray-600"}`
|
|
604
590
|
}
|
|
605
591
|
),
|
|
606
592
|
/* @__PURE__ */ jsxRuntimeExports.jsxs(
|