nvis-fe-cms-libs 1.1.6 → 1.1.7

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.
@@ -589,12 +589,17 @@ const AboutCompanySection = ({ data, t, isDarkMode }) => {
589
589
  safeT("aboutCompany.hero.trustedPartner"),
590
590
  '"'
591
591
  ] }),
592
- " ",
593
- "- ",
594
- shortDescription
592
+ " "
595
593
  ]
596
594
  }
597
595
  ),
596
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
597
+ "div",
598
+ {
599
+ dangerouslySetInnerHTML: { __html: shortDescription },
600
+ className: `prose max-w-none transition-colors ${isDarkMode ? "prose-invert text-gray-300" : "text-gray-600"}`
601
+ }
602
+ ),
598
603
  /* @__PURE__ */ jsxRuntimeExports.jsxs(
599
604
  "div",
600
605
  {