hds-web 1.35.9 → 1.36.0
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 +1 @@
|
|
1
|
-
export {default as V3Footer} from
|
1
|
+
export { default as V3Footer } from "./v3Footer";
|
@@ -206,7 +206,7 @@ V3Footer.defaultProps = {
|
|
206
206
|
},
|
207
207
|
{
|
208
208
|
linkText: "Pricing",
|
209
|
-
linkUrl: "https://hasura.io/pricing
|
209
|
+
linkUrl: "https://hasura.io/pricing",
|
210
210
|
},
|
211
211
|
],
|
212
212
|
},
|
@@ -215,15 +215,15 @@ V3Footer.defaultProps = {
|
|
215
215
|
links: [
|
216
216
|
{
|
217
217
|
linkText: "Instant API",
|
218
|
-
linkUrl: "https://hasura.io/product/instant-api
|
218
|
+
linkUrl: "https://hasura.io/product/instant-api",
|
219
219
|
},
|
220
220
|
{
|
221
221
|
linkText: "Authorization",
|
222
|
-
linkUrl: "https://hasura.io/product/authorization
|
222
|
+
linkUrl: "https://hasura.io/product/authorization",
|
223
223
|
},
|
224
224
|
{
|
225
225
|
linkText: "Performance",
|
226
|
-
linkUrl: "https://hasura.io/product/performance
|
226
|
+
linkUrl: "https://hasura.io/product/performance",
|
227
227
|
},
|
228
228
|
{
|
229
229
|
linkText: "Federation",
|
@@ -231,11 +231,11 @@ V3Footer.defaultProps = {
|
|
231
231
|
},
|
232
232
|
{
|
233
233
|
linkText: "API Security",
|
234
|
-
linkUrl: "https://hasura.io/product/api-security
|
234
|
+
linkUrl: "https://hasura.io/product/api-security",
|
235
235
|
},
|
236
236
|
{
|
237
237
|
linkText: "Observability",
|
238
|
-
linkUrl: "https://hasura.io/product/observability
|
238
|
+
linkUrl: "https://hasura.io/product/observability",
|
239
239
|
},
|
240
240
|
],
|
241
241
|
},
|
@@ -273,7 +273,7 @@ V3Footer.defaultProps = {
|
|
273
273
|
links: [
|
274
274
|
{
|
275
275
|
linkText: "Blog",
|
276
|
-
linkUrl: "https://hasura.io/blog
|
276
|
+
linkUrl: "https://hasura.io/blog",
|
277
277
|
},
|
278
278
|
// {
|
279
279
|
// linkText: 'Tech Talks',
|
@@ -285,11 +285,11 @@ V3Footer.defaultProps = {
|
|
285
285
|
},
|
286
286
|
{
|
287
287
|
linkText: "Events",
|
288
|
-
linkUrl: "https://hasura.io/events
|
288
|
+
linkUrl: "https://hasura.io/events",
|
289
289
|
},
|
290
290
|
{
|
291
291
|
linkText: "Supergraph.io",
|
292
|
-
linkUrl: "https://supergraph.io
|
292
|
+
linkUrl: "https://supergraph.io",
|
293
293
|
},
|
294
294
|
],
|
295
295
|
},
|
@@ -314,15 +314,15 @@ V3Footer.defaultProps = {
|
|
314
314
|
// },
|
315
315
|
{
|
316
316
|
linkText: "Partners",
|
317
|
-
linkUrl: "https://hasura.io/partners
|
317
|
+
linkUrl: "https://hasura.io/partners",
|
318
318
|
},
|
319
319
|
{
|
320
320
|
linkText: "Legal",
|
321
|
-
linkUrl: "https://hasura.io/legal
|
321
|
+
linkUrl: "https://hasura.io/legal",
|
322
322
|
},
|
323
323
|
{
|
324
324
|
linkText: "Privacy Policy",
|
325
|
-
linkUrl: "https://hasura.io/legal/hasura-privacy-policy
|
325
|
+
linkUrl: "https://hasura.io/legal/hasura-privacy-policy",
|
326
326
|
},
|
327
327
|
// {
|
328
328
|
// linkText: 'Brand',
|
@@ -335,7 +335,7 @@ V3Footer.defaultProps = {
|
|
335
335
|
links: [
|
336
336
|
{
|
337
337
|
linkText: "Community",
|
338
|
-
linkUrl: "https://hasura.io/community
|
338
|
+
linkUrl: "https://hasura.io/community",
|
339
339
|
},
|
340
340
|
{
|
341
341
|
linkText: "Discord",
|
@@ -376,7 +376,7 @@ V3Footer.defaultProps = {
|
|
376
376
|
},
|
377
377
|
{
|
378
378
|
linkText: "Contact Us",
|
379
|
-
linkUrl: "https://hasura.io/contact-us
|
379
|
+
linkUrl: "https://hasura.io/contact-us",
|
380
380
|
},
|
381
381
|
],
|
382
382
|
},
|
@@ -149,7 +149,7 @@ export default function V3Header(props) {
|
|
149
149
|
{renderDropdownContainer(headerList, 0)}
|
150
150
|
{renderDropdownContainer(headerList, 1)}
|
151
151
|
{
|
152
|
-
<a href="/
|
152
|
+
<a href="/customers">
|
153
153
|
<Typography
|
154
154
|
className="hover:text-blue-600 cursor-pointer"
|
155
155
|
textStyle="body3c-medium"
|
@@ -254,10 +254,10 @@ export default function V3Header(props) {
|
|
254
254
|
setIsDeveloper(true);
|
255
255
|
}
|
256
256
|
if (title === "Customers") {
|
257
|
-
window.location.href = "/
|
257
|
+
window.location.href = "/customers";
|
258
258
|
}
|
259
259
|
if (title === "Pricing") {
|
260
|
-
window.location.href = "/pricing
|
260
|
+
window.location.href = "/pricing";
|
261
261
|
}
|
262
262
|
if (title === "Product") {
|
263
263
|
setIsProduct(true);
|
@@ -757,7 +757,7 @@ V3Header.defaultProps = {
|
|
757
757
|
childArray: [
|
758
758
|
{
|
759
759
|
description: "",
|
760
|
-
href: "/community
|
760
|
+
href: "/community",
|
761
761
|
icon: "users01",
|
762
762
|
name: "Community",
|
763
763
|
strokeClass: "stroke-neutral-500",
|