hds-web 1.35.1 → 1.35.2

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hds-web",
3
- "version": "1.35.1",
3
+ "version": "1.35.2",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -329,13 +329,9 @@ export default function V3Header(props) {
329
329
  >
330
330
  {headerListfunction(props.HEADER_LIST)}
331
331
  </nav>
332
-
333
332
  <div className="hds-hidden tb-l:flex flex-row items-center gap-x-4 ">
334
333
  {!props.hideSearch && <AlgoliaSearch {...props} />}
335
- <a
336
- href="/contact-us?type=hasuraenterprise"
337
- className="hds-hidden db:flex"
338
- >
334
+ <a href="/contact-us" className="hds-hidden db:flex">
339
335
  <Typography
340
336
  textStyle="body3c-medium"
341
337
  className="text-neutral-800 hover:text-blue-600"