@axos-web-dev/shared-components 1.0.77-patch.67 → 1.0.77-patch.68
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.
|
@@ -526,6 +526,9 @@ const menuData = {
|
|
|
526
526
|
),
|
|
527
527
|
"Premium Finance": findMoreAxosDomains(
|
|
528
528
|
"{AXOSBANK}/commercial/lending/premium-finance"
|
|
529
|
+
),
|
|
530
|
+
"Franchise Finance": findMoreAxosDomains(
|
|
531
|
+
"{AXOSBANK}/commercial/lending/franchise-finance"
|
|
529
532
|
)
|
|
530
533
|
},
|
|
531
534
|
"Other Resources": {
|
|
@@ -2953,6 +2953,15 @@ function SubNavBar() {
|
|
|
2953
2953
|
),
|
|
2954
2954
|
children: "Premium Finance"
|
|
2955
2955
|
}
|
|
2956
|
+
) }),
|
|
2957
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2958
|
+
Link,
|
|
2959
|
+
{
|
|
2960
|
+
href: findMoreAxosDomains(
|
|
2961
|
+
"{AXOSBANK}/commercial/lending/franchise-finance"
|
|
2962
|
+
),
|
|
2963
|
+
children: "Franchise Finance"
|
|
2964
|
+
}
|
|
2956
2965
|
) })
|
|
2957
2966
|
] })
|
|
2958
2967
|
] }),
|
package/package.json
CHANGED