@axos-web-dev/shared-components 1.0.77-patch.27 → 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.
|
@@ -412,6 +412,9 @@ const menuData = {
|
|
|
412
412
|
"{AXOSBANK}/tools/calculators/saving-to-start-a-business-calculator"
|
|
413
413
|
)
|
|
414
414
|
},
|
|
415
|
+
"Refer-a-Friend": findMoreAxosDomains(
|
|
416
|
+
"{AXOSBANK}/business/refer-a-friend"
|
|
417
|
+
),
|
|
415
418
|
Insights: findMoreAxosDomains("{AXOSBANK}/business/insights")
|
|
416
419
|
},
|
|
417
420
|
"Commercial Banking": {
|
|
@@ -2398,6 +2398,27 @@ function SubNavBar() {
|
|
|
2398
2398
|
) })
|
|
2399
2399
|
] })
|
|
2400
2400
|
] }),
|
|
2401
|
+
/* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
|
|
2402
|
+
/* @__PURE__ */ jsx(
|
|
2403
|
+
Image,
|
|
2404
|
+
{
|
|
2405
|
+
src: `https://images.axos.com/o9ov1v03uwqk/6ninSDVeSycXICNX8zF4J3/75ccf4194f0b3e7209f4095457bce00d/nav-submenu-raf-icon.svg`,
|
|
2406
|
+
alt: "",
|
|
2407
|
+
width: 20,
|
|
2408
|
+
height: 20
|
|
2409
|
+
}
|
|
2410
|
+
),
|
|
2411
|
+
/* @__PURE__ */ jsx("ul", { className: `${styles.ml_8} list_unstyled`, children: /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2412
|
+
Link,
|
|
2413
|
+
{
|
|
2414
|
+
href: findMoreAxosDomains(
|
|
2415
|
+
"{AXOSBANK}/business/refer-a-business"
|
|
2416
|
+
),
|
|
2417
|
+
role: "heading",
|
|
2418
|
+
children: "Refer-a-Business"
|
|
2419
|
+
}
|
|
2420
|
+
) }) })
|
|
2421
|
+
] }),
|
|
2401
2422
|
/* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
|
|
2402
2423
|
/* @__PURE__ */ jsx(
|
|
2403
2424
|
Image,
|
package/package.json
CHANGED