@axos-web-dev/shared-components 0.0.231 → 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/5gl7pjl2PM7tFJpCaIl4RC/456ef17e517ab221895716596da8760a/nav-submenu-other-icon.svg`,
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
  }
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.231",
4
+ "version": "0.0.232",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",