@axos-web-dev/shared-components 1.0.77-patch.10 → 1.0.77-patch.11
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.
|
@@ -171,6 +171,9 @@ const menuData = {
|
|
|
171
171
|
),
|
|
172
172
|
"InsureGuard+": findMoreAxosDomains(
|
|
173
173
|
"{AXOSBANK}/personal/bank/premier/insureguard-savings"
|
|
174
|
+
),
|
|
175
|
+
"Trust Accounts": findMoreAxosDomains(
|
|
176
|
+
"{AXOSBANK}/personal/bank/premier/trust"
|
|
174
177
|
)
|
|
175
178
|
},
|
|
176
179
|
"ATM Locator": findMoreAxosDomains(
|
|
@@ -246,10 +249,18 @@ const menuData = {
|
|
|
246
249
|
)
|
|
247
250
|
},
|
|
248
251
|
"Marine Loans": {
|
|
249
|
-
"Marine Loans Home":
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
"
|
|
252
|
+
"Marine Loans Home": findMoreAxosDomains(
|
|
253
|
+
"{AXOSBANK}/personal/borrow/marine-loans"
|
|
254
|
+
),
|
|
255
|
+
"Find The Right Loan": findMoreAxosDomains(
|
|
256
|
+
"{AXOSBANK}/personal/borrow/marine-loans"
|
|
257
|
+
),
|
|
258
|
+
"Apply Now": findMoreAxosDomains(
|
|
259
|
+
"{AXOSBANK}/personal/borrow/marine-loans/apply-now"
|
|
260
|
+
),
|
|
261
|
+
"Contact Us": findMoreAxosDomains(
|
|
262
|
+
"{AXOSBANK}/personal/borrow/marine-loans#AXB----Lets-Talk-LVF-for-AXB----Webform"
|
|
263
|
+
)
|
|
253
264
|
}
|
|
254
265
|
},
|
|
255
266
|
Invest: {
|
|
@@ -1024,6 +1024,15 @@ function SubNavBar() {
|
|
|
1024
1024
|
),
|
|
1025
1025
|
children: "InsureGuard+"
|
|
1026
1026
|
}
|
|
1027
|
+
) }),
|
|
1028
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1029
|
+
Link,
|
|
1030
|
+
{
|
|
1031
|
+
href: findMoreAxosDomains(
|
|
1032
|
+
"{AXOSBANK}/personal/bank/premier/trust"
|
|
1033
|
+
),
|
|
1034
|
+
children: "Trust Accounts"
|
|
1035
|
+
}
|
|
1027
1036
|
) })
|
|
1028
1037
|
] })
|
|
1029
1038
|
] }),
|
|
@@ -1433,7 +1442,9 @@ function SubNavBar() {
|
|
|
1433
1442
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1434
1443
|
Link,
|
|
1435
1444
|
{
|
|
1436
|
-
href:
|
|
1445
|
+
href: findMoreAxosDomains(
|
|
1446
|
+
"{AXOSBANK}/personal/borrow/marine-loans"
|
|
1447
|
+
),
|
|
1437
1448
|
role: "heading",
|
|
1438
1449
|
children: "Marine Loans"
|
|
1439
1450
|
}
|
|
@@ -1441,21 +1452,27 @@ function SubNavBar() {
|
|
|
1441
1452
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1442
1453
|
Link,
|
|
1443
1454
|
{
|
|
1444
|
-
href:
|
|
1455
|
+
href: findMoreAxosDomains(
|
|
1456
|
+
"{AXOSBANK}/personal/borrow/marine-loans"
|
|
1457
|
+
),
|
|
1445
1458
|
children: "Find The Right Loan"
|
|
1446
1459
|
}
|
|
1447
1460
|
) }),
|
|
1448
1461
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1449
1462
|
Link,
|
|
1450
1463
|
{
|
|
1451
|
-
href:
|
|
1464
|
+
href: findMoreAxosDomains(
|
|
1465
|
+
"{AXOSBANK}/personal/borrow/marine-loans/apply-now"
|
|
1466
|
+
),
|
|
1452
1467
|
children: "Apply Now"
|
|
1453
1468
|
}
|
|
1454
1469
|
) }),
|
|
1455
1470
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1456
1471
|
Link,
|
|
1457
1472
|
{
|
|
1458
|
-
href:
|
|
1473
|
+
href: findMoreAxosDomains(
|
|
1474
|
+
"{AXOSBANK}/personal/borrow/marine-loans#AXB----Lets-Talk-LVF-for-AXB----Webform"
|
|
1475
|
+
),
|
|
1459
1476
|
children: "Contact Us"
|
|
1460
1477
|
}
|
|
1461
1478
|
) })
|
|
@@ -2061,7 +2078,7 @@ function SubNavBar() {
|
|
|
2061
2078
|
Link,
|
|
2062
2079
|
{
|
|
2063
2080
|
href: findMoreAxosDomains(
|
|
2064
|
-
"{AXOSBANK}/business/open-account-return-to-application#AXB----Return-
|
|
2081
|
+
"{AXOSBANK}/business/open-account-return-to-application#AXB----Return-To-My-Application----Icon-Billboard"
|
|
2065
2082
|
),
|
|
2066
2083
|
children: "Check Application Status"
|
|
2067
2084
|
}
|
package/package.json
CHANGED