@axos-web-dev/shared-components 1.0.77-patch.73 → 1.0.77-patch.74

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.
@@ -62,7 +62,7 @@ export declare const menuData: {
62
62
  "Find The Right Loan": string;
63
63
  "Contact Us": string;
64
64
  };
65
- "Refer-a-Business": string;
65
+ "Refer-a-Friend": string;
66
66
  };
67
67
  Invest: {
68
68
  "Invest Home": string;
@@ -261,7 +261,7 @@ const menuData = {
261
261
  "{AXOSBANK}/personal/borrow/marine-loans#AXB----Lets-Talk-LVF-for-AXB----Webform"
262
262
  )
263
263
  },
264
- "Refer-a-Business": findMoreAxosDomains("{AXOSBANK}/referral-program")
264
+ "Refer-a-Friend": findMoreAxosDomains("{AXOSBANK}/referral-program")
265
265
  },
266
266
  Invest: {
267
267
  "Invest Home": findMoreAxosDomains("{AXOS}/invest"),
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.73",
4
+ "version": "1.0.77-patch.74",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",