@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.
|
@@ -418,8 +418,8 @@ const menuData = {
|
|
|
418
418
|
"{AXOSBANK}/tools/calculators/saving-to-start-a-business-calculator"
|
|
419
419
|
)
|
|
420
420
|
},
|
|
421
|
-
"Refer-a-
|
|
422
|
-
"{AXOSBANK}/business/refer-a-
|
|
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-
|
|
2430
|
+
"{AXOSBANK}/business/refer-a-business"
|
|
2431
2431
|
),
|
|
2432
2432
|
role: "heading",
|
|
2433
|
-
children: "Refer-a-
|
|
2433
|
+
children: "Refer-a-Business"
|
|
2434
2434
|
}
|
|
2435
2435
|
) }) })
|
|
2436
2436
|
] }),
|
package/package.json
CHANGED