@salesmind-ai/design-system 0.3.0 → 0.3.1

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.
@@ -920,7 +920,7 @@ var SiteFooter = React4.forwardRef(
920
920
  className: "ds-footer__column",
921
921
  "data-footer-section": section.title.toLowerCase().replace(/\s+/g, "-"),
922
922
  children: [
923
- /* @__PURE__ */ jsxRuntime.jsx("h4", { className: "ds-footer__heading", children: section.title }),
923
+ /* @__PURE__ */ jsxRuntime.jsx("p", { className: "ds-footer__heading", children: section.title }),
924
924
  /* @__PURE__ */ jsxRuntime.jsx("ul", { className: "ds-footer__links", children: section.links.map((link, linkIdx) => /* @__PURE__ */ jsxRuntime.jsx("li", { children: /* @__PURE__ */ jsxRuntime.jsxs(
925
925
  LinkComponent,
926
926
  {