@ctlyst.id/internal-ui 1.0.4-canary.1 → 1.0.4-canary.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -2070,7 +2070,6 @@ const Navigation = ({
2070
2070
  as: isLocalLink ? as : undefined,
2071
2071
  key: title,
2072
2072
  href: link,
2073
- cursor: "pointer",
2074
2073
  _hover: {
2075
2074
  textDecoration: 'none'
2076
2075
  }
@@ -2078,6 +2077,7 @@ const Navigation = ({
2078
2077
  display: "flex",
2079
2078
  position: "relative",
2080
2079
  alignItems: "center",
2080
+ cursor: "pointer",
2081
2081
  transition: "padding 0.35s ease 0s",
2082
2082
  _hover: {
2083
2083
  backgroundColor: useColorModeValue('dove-gray.50', 'mirage.900'),