mirror of
https://github.com/makeplane/plane.git
synced 2025-12-24 23:59:40 +01:00
fix: custom menu link item (#390)
This commit is contained in:
committed by
GitHub
parent
d18765a613
commit
cadb67a018
@@ -127,7 +127,7 @@ const MenuItem: React.FC<MenuItemProps> = ({
|
||||
<a
|
||||
className={`${className} ${
|
||||
active ? "bg-hover-gray" : ""
|
||||
} w-full select-none gap-2 truncate rounded px-1 py-1.5 text-left text-gray-500`}
|
||||
} inline-block w-full select-none gap-2 truncate rounded px-1 py-1.5 text-left text-gray-500`}
|
||||
onClick={close}
|
||||
>
|
||||
{children}
|
||||
|
||||
Reference in New Issue
Block a user