@axos-web-dev/shared-components 1.0.100-dev.24 → 1.0.100-dev.25

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-Friend": string;
145
+ "Refer-a-Business": string;
146
146
  Insights: string;
147
147
  };
148
148
  "Commercial Banking": {
@@ -418,8 +418,8 @@ const menuData = {
418
418
  "{AXOSBANK}/tools/calculators/saving-to-start-a-business-calculator"
419
419
  )
420
420
  },
421
- "Refer-a-Friend": findMoreAxosDomains(
422
- "{AXOSBANK}/business/refer-a-friend"
421
+ "Refer-a-Business": findMoreAxosDomains(
422
+ "{AXOSBANK}/business/refer-a-business"
423
423
  ),
424
424
  Insights: findMoreAxosDomains("{AXOSBANK}/business/insights")
425
425
  },
@@ -2427,10 +2427,10 @@ function SubNavBar() {
2427
2427
  Link,
2428
2428
  {
2429
2429
  href: findMoreAxosDomains(
2430
- "{AXOSBANK}/business/refer-a-friend"
2430
+ "{AXOSBANK}/business/refer-a-business"
2431
2431
  ),
2432
2432
  role: "heading",
2433
- children: "Refer-a-Friend"
2433
+ children: "Refer-a-Business"
2434
2434
  }
2435
2435
  ) }) })
2436
2436
  ] }),
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.100-dev.24",
4
+ "version": "1.0.100-dev.25",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",