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
@@ -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
|
}
|