@axos-web-dev/shared-components 1.0.77-patch.64 → 1.0.77-patch.65
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.
|
@@ -338,9 +338,9 @@ const AxosFooterSiteMap = ({
|
|
|
338
338
|
"a",
|
|
339
339
|
{
|
|
340
340
|
href: findMoreAxosDomains(
|
|
341
|
-
"{AXOSBANK}/commercial/lending/
|
|
341
|
+
"{AXOSBANK}/commercial/lending/mortgage-warehouse-lending"
|
|
342
342
|
),
|
|
343
|
-
children: "
|
|
343
|
+
children: "Mortgage Warehouse Lending"
|
|
344
344
|
}
|
|
345
345
|
) }),
|
|
346
346
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
@@ -186,7 +186,7 @@ export declare const menuData: {
|
|
|
186
186
|
"Commercial Real Estate Bridge & Construction Lending": string;
|
|
187
187
|
"HOA Lending": string;
|
|
188
188
|
"Lender Finance": string;
|
|
189
|
-
"
|
|
189
|
+
"Mortgage Warehouse Lending": string;
|
|
190
190
|
"Small Balance Commercial Real Estate": string;
|
|
191
191
|
"Leveraged Finance": string;
|
|
192
192
|
"Dealer Floorplan Finance": string;
|
|
@@ -512,8 +512,8 @@ const menuData = {
|
|
|
512
512
|
"Lender Finance": findMoreAxosDomains(
|
|
513
513
|
"{AXOSBANK}/commercial/lending/lender-financing"
|
|
514
514
|
),
|
|
515
|
-
"
|
|
516
|
-
"{AXOSBANK}/commercial/lending/
|
|
515
|
+
"Mortgage Warehouse Lending": findMoreAxosDomains(
|
|
516
|
+
"{AXOSBANK}/commercial/lending/mortgage-warehouse-lending"
|
|
517
517
|
),
|
|
518
518
|
"Small Balance Commercial Real Estate": findMoreAxosDomains(
|
|
519
519
|
"{AXOSBANK}/commercial/lending/small-balance-commercial-real-estate"
|
|
@@ -2913,9 +2913,9 @@ function SubNavBar() {
|
|
|
2913
2913
|
Link,
|
|
2914
2914
|
{
|
|
2915
2915
|
href: findMoreAxosDomains(
|
|
2916
|
-
"{AXOSBANK}/commercial/lending/
|
|
2916
|
+
"{AXOSBANK}/commercial/lending/mortgage-warehouse-lending"
|
|
2917
2917
|
),
|
|
2918
|
-
children: "
|
|
2918
|
+
children: "Mortgage Warehouse Lending"
|
|
2919
2919
|
}
|
|
2920
2920
|
) }),
|
|
2921
2921
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
package/package.json
CHANGED