@axos-web-dev/shared-components 0.0.230 → 0.0.231

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.
@@ -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
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@axos-web-dev/shared-components",
3
3
  "description": "Axos shared components library for web.",
4
- "version": "0.0.230",
4
+ "version": "0.0.231",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",