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 1627876 commit bb549c4Copy full SHA for bb549c4
src/components/layout/navbar/utils/StickyNavbar.tsx
@@ -118,7 +118,7 @@ const StickyNavbar = () => {
118
{label}
119
<div
120
className={`w-10/12 max-lg:hidden mx-auto mt-1 h-[1px] scale-0 transition ease-in duration-200 ${
121
- isActive && "scale-100 bg-white"
+ isActive && interactionState.hovered !== id && "scale-100 bg-white"
122
} ${interactionState.hovered === id && "scale-100 bg-blue-500"}`}
123
/>
124
</a>
0 commit comments