nvis-fe-cms-libs 1.1.6 → 1.1.8
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.
|
@@ -585,16 +585,21 @@ var __async = (__this, __arguments, generator) => {
|
|
|
585
585
|
/* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
586
586
|
"p",
|
|
587
587
|
{
|
|
588
|
-
className: `text-lg leading-relaxed mb-4 ${isDarkMode ? "text-gray-300" : "text-gray-
|
|
588
|
+
className: `text-lg leading-relaxed mb-4 ${isDarkMode ? "text-gray-300" : "text-gray-600"}`,
|
|
589
589
|
children: [
|
|
590
590
|
/* @__PURE__ */ jsxRuntimeExports.jsxs("span", { className: "font-semibold text-white", children: [
|
|
591
591
|
'"',
|
|
592
592
|
safeT("aboutCompany.hero.trustedPartner"),
|
|
593
593
|
'"'
|
|
594
594
|
] }),
|
|
595
|
-
" ",
|
|
596
|
-
|
|
597
|
-
|
|
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
|
+
)
|
|
598
603
|
]
|
|
599
604
|
}
|
|
600
605
|
),
|