nvis-fe-cms-libs 2.1.2 → 2.1.3

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.
@@ -4886,13 +4886,13 @@ var __async = (__this, __arguments, generator) => {
4886
4886
  /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "relative max-w-7xl mx-auto px-6 sm:px-8 lg:px-12", children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex flex-col lg:flex-row items-center justify-between gap-8 lg:gap-12", children: [
4887
4887
  /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "w-full lg:w-1/2 lg:pr-8 lg:self-start lg:pt-8", children: [
4888
4888
  /* @__PURE__ */ jsxRuntimeExports.jsx(
4889
- "h1",
4889
+ "div",
4890
4890
  {
4891
- className: "text-4xl sm:text-5xl lg:text-6xl font-black leading-tight mb-6",
4891
+ className: "leading-tight mb-6",
4892
4892
  style: {
4893
4893
  color: isDarkMode ? "#F8FAFC" : "#1E3888"
4894
4894
  },
4895
- children: bannerData.name
4895
+ dangerouslySetInnerHTML: { __html: bannerData.name }
4896
4896
  }
4897
4897
  ),
4898
4898
  bannerData.description && /* @__PURE__ */ jsxRuntimeExports.jsx(