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 7512ebc commit df464f8Copy full SHA for df464f8
web/src/layout/Header/navbar/Menu/Help.tsx
@@ -63,7 +63,7 @@ const Help: React.FC<IHelp> = ({ toggleIsHelpOpen }) => {
63
className="flex gap-2 py-3 px-2 cursor-pointer transition-transform duration-200 hover:scale-[1.02]"
64
>
65
<item.Icon className="inline-block w-4 h-4 fill-klerosUIComponentsSecondaryPurple" />
66
- <small className="text-base font-normal hover:transition-colors hover:duration-100 hover:text-klerosUIComponentsSecondaryPurple">
+ <small className="text-base font-normal transition-colors duration-100 hover:text-klerosUIComponentsSecondaryPurple">
67
{item.text}
68
</small>
69
</a>
0 commit comments