hds-web 1.30.9 → 1.31.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
@@ -248,18 +248,23 @@ V3Footer.defaultProps = {
|
|
248
248
|
// linkText: 'Partners',
|
249
249
|
// linkUrl: '#',
|
250
250
|
// },
|
251
|
+
{
|
252
|
+
linkText: 'Partners',
|
253
|
+
linkUrl: 'https://hasura.io/partners/',
|
254
|
+
},
|
251
255
|
{
|
252
256
|
linkText: 'Legal',
|
253
257
|
linkUrl: 'https://hasura.io/legal/',
|
258
|
+
},
|
259
|
+
{
|
260
|
+
linkText: 'Privacy Policy',
|
261
|
+
linkUrl: 'https://hasura.io/legal/hasura-privacy-policy/',
|
254
262
|
},
|
255
263
|
// {
|
256
264
|
// linkText: 'Brand',
|
257
265
|
// linkUrl: 'https://hasura.io/brand/',
|
258
266
|
// },
|
259
|
-
|
260
|
-
linkText: 'Partners',
|
261
|
-
linkUrl: 'https://hasura.io/partners/',
|
262
|
-
},
|
267
|
+
|
263
268
|
]
|
264
269
|
},
|
265
270
|
{
|