hds-web 1.18.4 → 1.18.5

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hds-web",
3
- "version": "1.18.4",
3
+ "version": "1.18.5",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -249,6 +249,14 @@ export default function V3Header(props) {
249
249
 
250
250
  setIsDeveloper(true);
251
251
  }
252
+ if (title === 'Customers') {
253
+
254
+ window.location.href = '/case-studies/'
255
+ }
256
+ if (title === 'Pricing') {
257
+
258
+ window.location.href ='/pricing/'
259
+ }
252
260
  if (title === 'Product') {
253
261
  setIsProduct(true);
254
262
  }