@axos-web-dev/shared-components 0.0.102 → 0.0.104
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.
|
@@ -284,6 +284,7 @@ function NavBar() {
|
|
|
284
284
|
{
|
|
285
285
|
className: clsx(styles.sub_menu, isOpenProducts2 && expand),
|
|
286
286
|
children: [
|
|
287
|
+
/* @__PURE__ */ jsx("a", { href: "/serve-your-clients", role: "menuitem", children: "Serve Your Clients" }),
|
|
287
288
|
/* @__PURE__ */ jsx("a", { href: "/cash-management-solutions", role: "menuitem", children: "Cash Management Solutions" }),
|
|
288
289
|
/* @__PURE__ */ jsx(
|
|
289
290
|
"a",
|
|
@@ -356,6 +357,7 @@ function NavBar() {
|
|
|
356
357
|
{
|
|
357
358
|
className: clsx(styles.sub_menu, isOpenProducts3 && expand),
|
|
358
359
|
children: [
|
|
360
|
+
/* @__PURE__ */ jsx("a", { href: "/optimize-operations", role: "menuitem", children: "Optimize Operations" }),
|
|
359
361
|
/* @__PURE__ */ jsx(
|
|
360
362
|
"a",
|
|
361
363
|
{
|
|
@@ -427,6 +429,7 @@ function NavBar() {
|
|
|
427
429
|
{
|
|
428
430
|
className: clsx(styles.sub_menu, isOpenProducts4 && expand),
|
|
429
431
|
children: [
|
|
432
|
+
/* @__PURE__ */ jsx("a", { href: "/axos-advantage", role: "menuitem", children: "Axos Advantage" }),
|
|
430
433
|
/* @__PURE__ */ jsx("a", { href: "/axos-advantage/about-axos", role: "menuitem", children: "About AXOS" }),
|
|
431
434
|
/* @__PURE__ */ jsx(
|
|
432
435
|
"a",
|