hds-web 1.17.4 → 1.17.6

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hds-web",
3
- "version": "1.17.4",
3
+ "version": "1.17.6",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -142,6 +142,26 @@ export default function V3Header(props) {
142
142
  {renderDropdownContainer(headerList, 0)}
143
143
  {renderDropdownContainer(headerList, 1)}
144
144
  {renderDropdownContainer(headerList, 3)}
145
+ {<a href='https://hasura.io/case-studies/'>
146
+
147
+ <Typography
148
+ className="hover:text-blue-600 cursor-pointer"
149
+ textStyle="body3c-medium"
150
+ >
151
+ {`Customers `}
152
+ </Typography>
153
+ </a>
154
+ }
155
+ {<a href='https://hasura.io/pricing'>
156
+
157
+ <Typography
158
+ className="hover:text-blue-600 cursor-pointer"
159
+ textStyle="body3c-medium"
160
+ >
161
+ {`Pricing `}
162
+ </Typography>
163
+ </a>
164
+ }
145
165
  </>
146
166
  );
147
167
 
@@ -1,3 +1,4 @@
1
+ import React from "react";
1
2
  import { useEffect, useState } from "react";
2
3
  import { Icon } from '../../components/common-components/Icon'
3
4
  import SearchWrapper from "./searchwrapper";