@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.
- package/dist/internal-ui.cjs.development.js +1 -1
- package/dist/internal-ui.cjs.development.js.map +1 -1
- package/dist/internal-ui.cjs.production.min.js +1 -1
- package/dist/internal-ui.cjs.production.min.js.map +1 -1
- package/dist/internal-ui.esm.js +1 -1
- package/dist/internal-ui.esm.js.map +1 -1
- package/package.json +2 -2
@@ -2076,7 +2076,6 @@ const Navigation = ({
|
|
2076
2076
|
as: isLocalLink ? as : undefined,
|
2077
2077
|
key: title,
|
2078
2078
|
href: link,
|
2079
|
-
cursor: "pointer",
|
2080
2079
|
_hover: {
|
2081
2080
|
textDecoration: 'none'
|
2082
2081
|
}
|
@@ -2084,6 +2083,7 @@ const Navigation = ({
|
|
2084
2083
|
display: "flex",
|
2085
2084
|
position: "relative",
|
2086
2085
|
alignItems: "center",
|
2086
|
+
cursor: "pointer",
|
2087
2087
|
transition: "padding 0.35s ease 0s",
|
2088
2088
|
_hover: {
|
2089
2089
|
backgroundColor: react.useColorModeValue('dove-gray.50', 'mirage.900'),
|