@axos-web-dev/shared-components 1.0.77-patch.26 → 1.0.77-patch.28

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.
@@ -142,7 +142,7 @@ export declare const menuData: {
142
142
  "ATM Locator": string;
143
143
  Calculators: string;
144
144
  };
145
- "Refer-a-Business": string;
145
+ "Refer-a-Friend": string;
146
146
  Insights: string;
147
147
  };
148
148
  "Commercial Banking": {
@@ -412,8 +412,8 @@ const menuData = {
412
412
  "{AXOSBANK}/tools/calculators/saving-to-start-a-business-calculator"
413
413
  )
414
414
  },
415
- "Refer-a-Business": findMoreAxosDomains(
416
- "{AXOSBANK}/business/refer-a-business"
415
+ "Refer-a-Friend": findMoreAxosDomains(
416
+ "{AXOSBANK}/business/refer-a-friend"
417
417
  ),
418
418
  Insights: findMoreAxosDomains("{AXOSBANK}/business/insights")
419
419
  },
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.26",
4
+ "version": "1.0.77-patch.28",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",