@axos-web-dev/shared-components 0.0.230 → 0.0.232
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.
|
@@ -2266,7 +2266,7 @@ function SubNavBar() {
|
|
|
2266
2266
|
/* @__PURE__ */ jsx(
|
|
2267
2267
|
Image,
|
|
2268
2268
|
{
|
|
2269
|
-
src: `https://images.axos.com/o9ov1v03uwqk/
|
|
2269
|
+
src: `https://images.axos.com/o9ov1v03uwqk/7937jPXKWwAOtAJyWzbRFJ/45d2abc8e8492c6dc06a0866f2a7a123/thumbs_up_icon.png`,
|
|
2270
2270
|
alt: "",
|
|
2271
2271
|
width: 20,
|
|
2272
2272
|
height: 20
|
|
@@ -2276,7 +2276,7 @@ function SubNavBar() {
|
|
|
2276
2276
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2277
2277
|
Link,
|
|
2278
2278
|
{
|
|
2279
|
-
href: "/business/solutions",
|
|
2279
|
+
href: "/business/solutions/new-business",
|
|
2280
2280
|
role: "heading",
|
|
2281
2281
|
children: "Solutions"
|
|
2282
2282
|
}
|
|
@@ -440,14 +440,6 @@ function NavBar() {
|
|
|
440
440
|
children: "FAQs"
|
|
441
441
|
}
|
|
442
442
|
),
|
|
443
|
-
/* @__PURE__ */ jsx(
|
|
444
|
-
"a",
|
|
445
|
-
{
|
|
446
|
-
href: findMoreAxosDomains("/about-us/news"),
|
|
447
|
-
role: "menuitem",
|
|
448
|
-
children: "News"
|
|
449
|
-
}
|
|
450
|
-
),
|
|
451
443
|
/* @__PURE__ */ jsx(
|
|
452
444
|
"a",
|
|
453
445
|
{
|
|
@@ -462,15 +454,6 @@ function NavBar() {
|
|
|
462
454
|
]
|
|
463
455
|
}
|
|
464
456
|
),
|
|
465
|
-
/* @__PURE__ */ jsx("li", { className: `${styles.mobile_nav_item}`, children: /* @__PURE__ */ jsx(
|
|
466
|
-
"a",
|
|
467
|
-
{
|
|
468
|
-
href: findMoreAxosDomains("/loans"),
|
|
469
|
-
role: "button",
|
|
470
|
-
className: `flex_row between ${styles.btn}`,
|
|
471
|
-
children: "Loans"
|
|
472
|
-
}
|
|
473
|
-
) }),
|
|
474
457
|
/* @__PURE__ */ jsx("li", { className: `${styles.mobile_nav_item}`, children: /* @__PURE__ */ jsx(
|
|
475
458
|
"a",
|
|
476
459
|
{
|