@axos-web-dev/shared-components 1.0.77-patch.10 → 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.
|
@@ -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
|
] }),
|
|
@@ -2061,7 +2070,7 @@ function SubNavBar() {
|
|
|
2061
2070
|
Link,
|
|
2062
2071
|
{
|
|
2063
2072
|
href: findMoreAxosDomains(
|
|
2064
|
-
"{AXOSBANK}/business/open-account-return-to-application#AXB----Return-
|
|
2073
|
+
"{AXOSBANK}/business/open-account-return-to-application#AXB----Return-To-My-Application----Icon-Billboard"
|
|
2065
2074
|
),
|
|
2066
2075
|
children: "Check Application Status"
|
|
2067
2076
|
}
|
package/package.json
CHANGED