hds-web 1.39.4 → 1.39.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.39.4",
3
+ "version": "1.39.5",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -236,7 +236,7 @@ V3Footer.defaultProps = {
236
236
  links: [
237
237
  {
238
238
  linkText: "Docs",
239
- linkUrl: "https://hasura.io/docs/latest/index/",
239
+ linkUrl: "https://hasura.io/docs/3.0/index/",
240
240
  },
241
241
  {
242
242
  linkText: "Tutorials",
@@ -45,7 +45,7 @@ export default function V3Header(props) {
45
45
 
46
46
  const logInLink = props.logInLink
47
47
  ? props.logInLink
48
- : "https://cloud.hasura.io/login?pg=sample-apps&plcmt=header&cta=log-in&tech=default";
48
+ : "https://console.hasura.io/pg=header&plcmt=header&cta=log-in&tech=default";
49
49
 
50
50
  const signupURL = updatePGParam(signUpLink, props.website_key);
51
51