hds-web 1.35.2 → 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.2",
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
  ],
@@ -336,7 +336,7 @@ export default function V3Header(props) {
336
336
  textStyle="body3c-medium"
337
337
  className="text-neutral-800 hover:text-blue-600"
338
338
  >
339
- Contact
339
+ Contact Us
340
340
  </Typography>
341
341
  </a>
342
342
  {!hideLoginButton && (