@axos-web-dev/shared-components 0.0.105 → 0.0.106

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.
@@ -18,7 +18,7 @@ const subNavItems = {
18
18
  id: "syc_2"
19
19
  },
20
20
  {
21
- name: "Managed Investment Solutions",
21
+ name: "Investment Solutions",
22
22
  url: "/serve-your-clients/investment-solutions",
23
23
  id: "syc_3"
24
24
  }
@@ -299,7 +299,7 @@ function NavBar() {
299
299
  {
300
300
  href: "/serve-your-clients/investment-solutions",
301
301
  role: "menuitem",
302
- children: "Managed Investment Solutions"
302
+ children: "Investment Solutions"
303
303
  }
304
304
  )
305
305
  ]
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.105",
4
+ "version": "0.0.106",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",