hds-web 1.39.6 → 1.39.7
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
@@ -777,7 +777,7 @@ V3Header.defaultProps = {
|
|
777
777
|
},
|
778
778
|
],
|
779
779
|
flyoutD: {
|
780
|
-
link: "https://hasura.io/
|
780
|
+
link: "https://console.hasura.io/",
|
781
781
|
cardImg: `https://res.cloudinary.com/dh8fp23nd/image/upload/v1721205269/Frame_2610016_1_jluh5u.png`,
|
782
782
|
cardImgAlt: "Hasura DDN",
|
783
783
|
},
|
@@ -886,7 +886,7 @@ V3Header.defaultProps = {
|
|
886
886
|
},
|
887
887
|
{
|
888
888
|
description: "",
|
889
|
-
href: "/",
|
889
|
+
href: "/resources",
|
890
890
|
icon: "file05",
|
891
891
|
name: "Whitepapers",
|
892
892
|
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
|
}
|