@axos-web-dev/shared-components 1.0.17 → 1.0.18

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.
@@ -1307,7 +1307,13 @@ function SubNavBar() {
1307
1307
  children: "Learn More"
1308
1308
  }
1309
1309
  ) }),
1310
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: `{PERSONALLOANS}`, children: "Apply Now" }) }),
1310
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1311
+ Link,
1312
+ {
1313
+ href: findMoreAxosDomains(`{PERSONALLOANS}`),
1314
+ children: "Apply Now"
1315
+ }
1316
+ ) }),
1311
1317
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1312
1318
  Link,
1313
1319
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@axos-web-dev/shared-components",
3
3
  "description": "Axos shared components library for web.",
4
- "version": "1.0.17",
4
+ "version": "1.0.18",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",