hds-web 1.35.1 → 1.35.3

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.3",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -371,7 +371,7 @@ V3Footer.defaultProps = {
371
371
  linkUrl: "https://store.hasura.io/",
372
372
  },
373
373
  {
374
- linkText: "Contact",
374
+ linkText: "Contact Us",
375
375
  linkUrl: "https://hasura.io/contact-us/",
376
376
  },
377
377
  ],
@@ -329,18 +329,14 @@ 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"
342
338
  >
343
- Contact
339
+ Contact Us
344
340
  </Typography>
345
341
  </a>
346
342
  {!hideLoginButton && (