@npm_leadtech/legal-contracts-ui 0.52.4 → 0.52.5

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.
@@ -20,7 +20,7 @@ const v = ({
20
20
  /* @__PURE__ */ e("div", { className: "mb-4 xl:hidden", children: !!s && /* @__PURE__ */ e("div", { className: "language-selector-mobile-container", children: s }) }),
21
21
  /* @__PURE__ */ l("div", { children: [
22
22
  /* @__PURE__ */ e("p", { className: "text-small font-bold text-white max-[574px]:hidden", children: t.phoneNumber }),
23
- /* @__PURE__ */ e("div", { className: "mb-2 w-full text-center min-[574px]:hidden", children: /* @__PURE__ */ e(o, { phoneNumber: "+1 855 997 0206" }) }),
23
+ /* @__PURE__ */ e("div", { className: "mb-2 w-full text-center min-[574px]:hidden", children: /* @__PURE__ */ e(o, { phoneNumber: t.phoneNumber }) }),
24
24
  /* @__PURE__ */ l("p", { className: "text-neutral-25 text-center text-[16px] md:text-left md:text-[12px]", children: [
25
25
  t.contactHoursText,
26
26
  " ",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-contracts-ui",
3
- "version": "0.52.4",
3
+ "version": "0.52.5",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",