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.
|
@@ -586,7 +586,7 @@ var __async = (__this, __arguments, generator) => {
|
|
|
586
586
|
"div",
|
|
587
587
|
{
|
|
588
588
|
dangerouslySetInnerHTML: { __html: shortDescription },
|
|
589
|
-
className: `prose max-w-none transition-colors ${isDarkMode ? "prose-invert text-gray-300" : "text-gray-
|
|
589
|
+
className: `prose max-w-none transition-colors mb-6 ${isDarkMode ? "prose-invert text-gray-300" : "text-gray-800"}`
|
|
590
590
|
}
|
|
591
591
|
),
|
|
592
592
|
/* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
@@ -793,7 +793,7 @@ var __async = (__this, __arguments, generator) => {
|
|
|
793
793
|
}
|
|
794
794
|
)
|
|
795
795
|
] }),
|
|
796
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "text-blue-600 font-bold text-xl mb-2", children: milestone.
|
|
796
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "text-blue-600 font-bold text-xl mb-2", children: milestone.time }),
|
|
797
797
|
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
798
798
|
"h3",
|
|
799
799
|
{
|