hds-web 1.40.1 → 1.40.3
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
@@ -233,7 +233,7 @@ export default function V3Header(props) {
|
|
233
233
|
<a href="https://hasura.io/graphql/database/mongodb">MongoDB</a>
|
234
234
|
<a href="https://hasura.io/graphql/database/snowflake">Snowflake</a>
|
235
235
|
<a href="https://hasura.io/graphql/database/clickhouse">Clickhouse</a>
|
236
|
-
<a href="https://hasura.io/
|
236
|
+
<a href="https://hasura.io/connectors">More</a>
|
237
237
|
{/* Developer */}
|
238
238
|
<p>Developer</p>
|
239
239
|
<a href="https://hasura.io/docs/3.0/index/">Documentation</a>
|
@@ -810,7 +810,7 @@ V3Header.defaultProps = {
|
|
810
810
|
},
|
811
811
|
{
|
812
812
|
description: "",
|
813
|
-
href: "/
|
813
|
+
href: "/connectors",
|
814
814
|
icon: "database01",
|
815
815
|
name: "More",
|
816
816
|
strokeClass: "stroke-blue-500",
|