@axos-web-dev/shared-components 1.0.77-patch.69-rev.1 → 1.0.77-patch.70

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.
@@ -180,9 +180,7 @@ const menuData = {
180
180
  "ATM Locator": findMoreAxosDomains(
181
181
  "{AXOSBANK}/personal/support/atm-locator"
182
182
  ),
183
- "Refer-a-Friend": findMoreAxosDomains(
184
- "{AXOSBANK}/personal/bank/refer-a-friend"
185
- ),
183
+ "Refer-a-Friend": findMoreAxosDomains("{AXOSBANK}/referral-program"),
186
184
  Insights: findMoreAxosDomains("{AXOSBANK}/personal/insights")
187
185
  },
188
186
  Borrow: {
@@ -412,9 +410,7 @@ const menuData = {
412
410
  "{AXOSBANK}/tools/calculators/saving-to-start-a-business-calculator"
413
411
  )
414
412
  },
415
- "Refer-a-Business": findMoreAxosDomains(
416
- "{AXOSBANK}/business/refer-a-business"
417
- ),
413
+ "Refer-a-Business": findMoreAxosDomains("{AXOSBANK}/referral-program"),
418
414
  Insights: findMoreAxosDomains("{AXOSBANK}/business/insights")
419
415
  },
420
416
  "Commercial Banking": {
@@ -1020,7 +1020,7 @@ function SubNavBar() {
1020
1020
  Link,
1021
1021
  {
1022
1022
  href: findMoreAxosDomains(
1023
- "{AXOSBANK}/personal/bank/refer-a-friend"
1023
+ "{AXOSBANK}/referral-program"
1024
1024
  ),
1025
1025
  role: "heading",
1026
1026
  children: "Refer-a-Friend"
@@ -2386,7 +2386,7 @@ function SubNavBar() {
2386
2386
  Link,
2387
2387
  {
2388
2388
  href: findMoreAxosDomains(
2389
- "{AXOSBANK}/business/refer-a-business"
2389
+ "{AXOSBANK}/referral-program"
2390
2390
  ),
2391
2391
  role: "heading",
2392
2392
  children: "Refer-a-Business"
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.69-rev.1",
4
+ "version": "1.0.77-patch.70",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",