@axos-web-dev/shared-components 2.0.0-dev.insights.10 → 2.0.0-dev.insights.11

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.
@@ -157,7 +157,7 @@ const CategorySelector = (props) => {
157
157
  targetUrl: url,
158
158
  variant: "primary",
159
159
  className: selector_more,
160
- children: `See More ${title2.replaceAll("-", " ")} Articles`
160
+ children: `See More Articles`
161
161
  }
162
162
  )
163
163
  ] }) : /* @__PURE__ */ jsx("p", { className: selector_title_link, children: subcategory !== void 0 ? subcategory.replaceAll("-", " ") : title2.replaceAll("-", " ") }) }),
@@ -189,7 +189,7 @@ const CategorySelector = (props) => {
189
189
  targetUrl: url,
190
190
  variant: "primary",
191
191
  className: selector_more,
192
- children: `See More ${title2.replaceAll("-", " ")} Articles`
192
+ children: `See More Articles`
193
193
  }
194
194
  ) })
195
195
  ] }) });
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": "2.0.0-dev.insights.10",
4
+ "version": "2.0.0-dev.insights.11",
5
5
  "type": "module",
6
6
  "main": "index.js",
7
7
  "module": "dist/main.js",