nvis-fe-cms-libs 1.1.10 → 1.1.12

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.
@@ -583,7 +583,7 @@ const AboutCompanySection = ({ data, t, isDarkMode }) => {
583
583
  "div",
584
584
  {
585
585
  dangerouslySetInnerHTML: { __html: shortDescription },
586
- className: `prose max-w-none transition-colors ${isDarkMode ? "prose-invert text-gray-300" : "text-gray-600"}`
586
+ className: `prose max-w-none transition-colors mb-6 ${isDarkMode ? "prose-invert text-gray-300" : "text-gray-800"}`
587
587
  }
588
588
  ),
589
589
  /* @__PURE__ */ jsxRuntimeExports.jsxs(
@@ -790,7 +790,7 @@ const TimelineSection = ({ data, t, isDarkMode }) => {
790
790
  }
791
791
  )
792
792
  ] }),
793
- /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "text-blue-600 font-bold text-xl mb-2", children: milestone.year }),
793
+ /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "text-blue-600 font-bold text-xl mb-2", children: milestone.time }),
794
794
  /* @__PURE__ */ jsxRuntimeExports.jsx(
795
795
  "h3",
796
796
  {