We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a3b5c6 commit cfcb1dfCopy full SHA for cfcb1df
src/components/Nav/index.js
@@ -131,13 +131,13 @@ const DropDown = () => {
131
}
132
133
const MetaNavItem = ({ className, children }) => (
134
- <Meta.Transition duration={75}>
135
- {React.cloneElement(children, {
136
- className: trimSpaces(`${children.props.className}
137
- px-3 flex flex-row items-center text-gray-900 hover:text-gray-500
138
- ${className}`),
139
- })}
140
- </Meta.Transition>
+ // <Meta.Transition duration={75}>
+ React.cloneElement(children, {
+ className: trimSpaces(`${children.props.className}
+ px-3 flex flex-row items-center text-gray-900 hover:text-gray-500
+ ${className}`),
+ })
+ // </Meta.Transition>
141
)
142
143
const Nav = () => (
0 commit comments