@axos-web-dev/shared-components 1.0.77-patch.11 → 1.0.77-patch.12

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.
@@ -1442,9 +1442,7 @@ function SubNavBar() {
1442
1442
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1443
1443
  Link,
1444
1444
  {
1445
- href: findMoreAxosDomains(
1446
- "{AXOSBANK}/personal/borrow/marine-loans"
1447
- ),
1445
+ href: `https://lavictoirefinance.com`,
1448
1446
  role: "heading",
1449
1447
  children: "Marine Loans"
1450
1448
  }
@@ -1452,27 +1450,21 @@ function SubNavBar() {
1452
1450
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1453
1451
  Link,
1454
1452
  {
1455
- href: findMoreAxosDomains(
1456
- "{AXOSBANK}/personal/borrow/marine-loans"
1457
- ),
1453
+ href: `https://lavictoirefinance.com/loans`,
1458
1454
  children: "Find The Right Loan"
1459
1455
  }
1460
1456
  ) }),
1461
1457
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1462
1458
  Link,
1463
1459
  {
1464
- href: findMoreAxosDomains(
1465
- "{AXOSBANK}/personal/borrow/marine-loans/apply-now"
1466
- ),
1460
+ href: `https://lavictoirefinance.com/apply-now`,
1467
1461
  children: "Apply Now"
1468
1462
  }
1469
1463
  ) }),
1470
1464
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1471
1465
  Link,
1472
1466
  {
1473
- href: findMoreAxosDomains(
1474
- "{AXOSBANK}/personal/borrow/marine-loans#AXB----Lets-Talk-LVF-for-AXB----Webform"
1475
- ),
1467
+ href: `https://lavictoirefinance.com/contact-us`,
1476
1468
  children: "Contact Us"
1477
1469
  }
1478
1470
  ) })
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.77-patch.11",
4
+ "version": "1.0.77-patch.12",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",