hds-web 1.39.4 → 1.39.6

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.6",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -215,7 +215,7 @@ V3Footer.defaultProps = {
215
215
  links: [
216
216
  {
217
217
  linkText: "Hasura DDN",
218
- linkUrl: "https://hasura.io/products/",
218
+ linkUrl: "https://hasura.io/docs/3.0/index/",
219
219
  },
220
220
  {
221
221
  linkText: "Connectors",
@@ -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
 
@@ -777,7 +777,7 @@ V3Header.defaultProps = {
777
777
  },
778
778
  ],
779
779
  flyoutD: {
780
- link: "https://hasura.io/ddn",
780
+ link: "https://hasura.io/docs/3.0/index/",
781
781
  cardImg: `https://res.cloudinary.com/dh8fp23nd/image/upload/v1721205269/Frame_2610016_1_jluh5u.png`,
782
782
  cardImgAlt: "Hasura DDN",
783
783
  },