nvis-fe-cms-libs 1.1.21 → 1.1.22
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.
|
@@ -703,7 +703,7 @@ const TimelineSection = ({ data, t, isDarkMode }) => {
|
|
|
703
703
|
className: `relative inline-block px-4 py-2 rounded-full text-sm font-semibold mb-4 border transition-all duration-300 transform hover:scale-105 shadow-md hover:shadow-lg overflow-hidden ${isDarkMode ? "bg-gradient-to-br from-slate-900 via-blue-900 to-indigo-900 text-emerald-300 border-blue-800" : "bg-white text-emerald-800 border-gray-200"}`,
|
|
704
704
|
children: [
|
|
705
705
|
"📈 ",
|
|
706
|
-
|
|
706
|
+
timelineData.title,
|
|
707
707
|
isDarkMode && /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
|
|
708
708
|
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
709
709
|
"div",
|