hds-web 1.31.4 → 1.31.5
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/dist/index.css +1 -1
- package/dist/index.es.css +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/HDS/components/Headers/v3Header.js +14 -14
- package/src/index.css +1 -1
- package/src/styles/tailwind.css +1 -1
package/package.json
CHANGED
@@ -773,20 +773,20 @@ V3Header.defaultProps = {
|
|
773
773
|
name: 'Work at Hasura',
|
774
774
|
strokeClass: 'stroke-neutral-500'
|
775
775
|
},
|
776
|
-
{
|
777
|
-
|
778
|
-
|
779
|
-
|
780
|
-
|
781
|
-
|
782
|
-
},
|
783
|
-
{
|
784
|
-
|
785
|
-
|
786
|
-
|
787
|
-
|
788
|
-
|
789
|
-
},
|
776
|
+
// {
|
777
|
+
// description: '',
|
778
|
+
// href: '/press/',
|
779
|
+
// icon: 'headingsquare',
|
780
|
+
// name: 'Newsroom',
|
781
|
+
// strokeClass: 'stroke-neutral-500'
|
782
|
+
// },
|
783
|
+
// {
|
784
|
+
// description: '',
|
785
|
+
// href: '/brand',
|
786
|
+
// icon: 'star06',
|
787
|
+
// name: 'Brand',
|
788
|
+
// strokeClass: 'stroke-neutral-500'
|
789
|
+
// },
|
790
790
|
|
791
791
|
],
|
792
792
|
label: 'Company'
|
package/src/index.css
CHANGED