hds-web 1.40.6 → 1.40.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hds-web",
3
- "version": "1.40.6",
3
+ "version": "1.40.7",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -26,7 +26,7 @@ export default function FlyoutA(props) {
26
26
  key={item.name}
27
27
  className="relative pb-2 flex rounded-lg items-center"
28
28
  >
29
- <a href={item.href} className="w-full">
29
+ <a href={item.href} className="w-full" aria-label={item.name}>
30
30
  <div className="flex group/icon pl-2 py-2 pr-3 hover:pl-[9px] hover:bg-neutral-100 rounded-lg flex-row w-full justify-between tb:min-w-[140px] items-center">
31
31
  <div className="flex gap-2 flex-row items-center">
32
32
  <div className="flex rounded-lg items-center group-hover:bg-white">
@@ -219,7 +219,7 @@ V3Footer.defaultProps = {
219
219
  },
220
220
  {
221
221
  linkText: "Connectors",
222
- linkUrl: "https://hasura.io/graphql/database",
222
+ linkUrl: "https://hasura.io/connectors",
223
223
  },
224
224
  {
225
225
  linkText: "Pricing",