hds-web 1.39.6 → 1.39.8
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
@@ -217,6 +217,48 @@ export default function V3Header(props) {
|
|
217
217
|
</Typography>
|
218
218
|
</a>
|
219
219
|
}
|
220
|
+
{/* SEO */}
|
221
|
+
<div className="hidden">
|
222
|
+
<a href="https://hasura.io/products">What is Hasura?</a>
|
223
|
+
<a href="https://hasura.io/pricing">Compare Plans</a>
|
224
|
+
<a href="https://console.hasura.io/">Get started</a>
|
225
|
+
{/* Connectors */}
|
226
|
+
<p>Connectors</p>
|
227
|
+
<a href="https://hasura.io/graphql/database/postgresql">PostgreSQL</a>
|
228
|
+
<a href="https://hasura.io/graphql/database/mysql">MySQL</a>
|
229
|
+
<a href="https://hasura.io/graphql/database/elasticsearch">
|
230
|
+
Elasticsearch
|
231
|
+
</a>
|
232
|
+
<a href="https://hasura.io/graphql/database/sql-server">SQL Server</a>
|
233
|
+
<a href="https://hasura.io/graphql/database/mongodb">MongoDB</a>
|
234
|
+
<a href="https://hasura.io/graphql/database/snowflake">Snowflake</a>
|
235
|
+
<a href="https://hasura.io/graphql/database/clickhouse">Clickhouse</a>
|
236
|
+
<a href="https://hasura.io/graphql/database">More</a>
|
237
|
+
{/* Developer */}
|
238
|
+
<p>Developer</p>
|
239
|
+
<a href="https://hasura.io/docs/3.0/index/">Documentation</a>
|
240
|
+
<a href="https://hasura.io/connectors">Connector Hub</a>
|
241
|
+
<a href="https://hasura.io/learn/">Tutorials</a>
|
242
|
+
<a href="https://hasura.io/community">Community</a>
|
243
|
+
<a href="https://discord.com/invite/hasura">Discord</a>
|
244
|
+
<a href="https://github.com/hasura/graphql-engine/discussions">
|
245
|
+
Discussions
|
246
|
+
</a>
|
247
|
+
<a href="https://www.meetup.com/pro/hasura/">Meetups</a>
|
248
|
+
<a href="https://hasura.io/events/community-call/latest">
|
249
|
+
Hasura Community Call
|
250
|
+
</a>
|
251
|
+
{/* Resources */}
|
252
|
+
<p>Resources</p>
|
253
|
+
<a href="https://hasura.io/blog">Blogs</a>
|
254
|
+
<a href="https://hasura.io/events?category=Webinar#wall-section">
|
255
|
+
Webinars
|
256
|
+
</a>
|
257
|
+
<a href="https://hasura.io/graphql/">Graphql Hub</a>
|
258
|
+
<a href="https://hasura.io/events">Events</a>
|
259
|
+
<a href="https://hasura.io/resources">Whitepapers</a>
|
260
|
+
<a href="https://supergraph.io/">Supergraph Manifesto</a>
|
261
|
+
</div>
|
220
262
|
</>
|
221
263
|
);
|
222
264
|
|
@@ -364,7 +406,7 @@ export default function V3Header(props) {
|
|
364
406
|
<img
|
365
407
|
className="min-w-[103px] w-[103px] h-[33px]"
|
366
408
|
src={logoUrl}
|
367
|
-
alt=
|
409
|
+
alt="Hasura Logo"
|
368
410
|
/>
|
369
411
|
</a>
|
370
412
|
</div>
|
@@ -777,7 +819,7 @@ V3Header.defaultProps = {
|
|
777
819
|
},
|
778
820
|
],
|
779
821
|
flyoutD: {
|
780
|
-
link: "https://hasura.io/
|
822
|
+
link: "https://console.hasura.io/",
|
781
823
|
cardImg: `https://res.cloudinary.com/dh8fp23nd/image/upload/v1721205269/Frame_2610016_1_jluh5u.png`,
|
782
824
|
cardImgAlt: "Hasura DDN",
|
783
825
|
},
|
@@ -886,7 +928,7 @@ V3Header.defaultProps = {
|
|
886
928
|
},
|
887
929
|
{
|
888
930
|
description: "",
|
889
|
-
href: "/",
|
931
|
+
href: "/resources",
|
890
932
|
icon: "file05",
|
891
933
|
name: "Whitepapers",
|
892
934
|
strokeClass: "stroke-blue-500",
|
package/src/styles/tailwind.css
CHANGED
@@ -5975,10 +5975,6 @@ select{
|
|
5975
5975
|
fill: #3970FD;
|
5976
5976
|
}
|
5977
5977
|
|
5978
|
-
.fill-neutral-500{
|
5979
|
-
fill: #6C737F;
|
5980
|
-
}
|
5981
|
-
|
5982
5978
|
.stroke-amber-100{
|
5983
5979
|
stroke: #FFF3D4;
|
5984
5980
|
}
|
@@ -10690,18 +10686,6 @@ select{
|
|
10690
10686
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
10691
10687
|
}
|
10692
10688
|
|
10693
|
-
.group\/icon:hover .group-hover\/icon\:fill-base-10000{
|
10694
|
-
fill: #000000;
|
10695
|
-
}
|
10696
|
-
|
10697
|
-
.group\/icon:hover .group-hover\/icon\:fill-discord{
|
10698
|
-
fill: #5865F2;
|
10699
|
-
}
|
10700
|
-
|
10701
|
-
.group\/icon:hover .group-hover\/icon\:fill-pink-meetup{
|
10702
|
-
fill: #F64060;
|
10703
|
-
}
|
10704
|
-
|
10705
10689
|
.group\/icon:hover .group-hover\/icon\:fill-blue-500{
|
10706
10690
|
fill: #3970FD;
|
10707
10691
|
}
|
@@ -10714,10 +10698,6 @@ select{
|
|
10714
10698
|
stroke: #3970FD;
|
10715
10699
|
}
|
10716
10700
|
|
10717
|
-
.group\/icon:hover .group-hover\/icon\:stroke-blue-500{
|
10718
|
-
stroke: #3970FD;
|
10719
|
-
}
|
10720
|
-
|
10721
10701
|
.group:hover .group-hover\:stroke-blue-500{
|
10722
10702
|
stroke: #3970FD;
|
10723
10703
|
}
|