@axos-web-dev/shared-components 2.0.0-dev.26 → 2.0.0-dev.27
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.
|
@@ -42,7 +42,6 @@ export declare const getMenuData: (resolveUrl: UrlResolver) => {
|
|
|
42
42
|
"Mortgage Services": string;
|
|
43
43
|
"Make a Payment": string;
|
|
44
44
|
"Construction Lending": string;
|
|
45
|
-
"Refer-a-Business": string;
|
|
46
45
|
};
|
|
47
46
|
"Personal Loans": {
|
|
48
47
|
"Personal Loans Home": string;
|
|
@@ -65,6 +64,7 @@ export declare const getMenuData: (resolveUrl: UrlResolver) => {
|
|
|
65
64
|
"Find The Right Loan": string;
|
|
66
65
|
"Contact Us": string;
|
|
67
66
|
};
|
|
67
|
+
"Refer-a-Friend": string;
|
|
68
68
|
};
|
|
69
69
|
Invest: {
|
|
70
70
|
"Invest Home": string;
|
|
@@ -69,8 +69,7 @@ const getMenuData = (resolveUrl) => ({
|
|
|
69
69
|
),
|
|
70
70
|
"Construction Lending": resolveUrl(
|
|
71
71
|
"{AXOSBANK}/personal/borrow/mortgages/construction-lending"
|
|
72
|
-
)
|
|
73
|
-
"Refer-a-Business": resolveUrl("{AXOSBANK}/referral-program")
|
|
72
|
+
)
|
|
74
73
|
},
|
|
75
74
|
"Personal Loans": {
|
|
76
75
|
"Personal Loans Home": resolveUrl(
|
|
@@ -116,7 +115,8 @@ const getMenuData = (resolveUrl) => ({
|
|
|
116
115
|
"Contact Us": resolveUrl(
|
|
117
116
|
"{AXOSBANK}/personal/borrow/marine-loans#AXB----Lets-Talk-LVF-for-AXB----Webform"
|
|
118
117
|
)
|
|
119
|
-
}
|
|
118
|
+
},
|
|
119
|
+
"Refer-a-Friend": resolveUrl("{AXOSBANK}/referral-program")
|
|
120
120
|
},
|
|
121
121
|
Invest: {
|
|
122
122
|
"Invest Home": resolveUrl("{AXOS}/invest"),
|