mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
fix: custom menu link item (#390)
This commit is contained in:
parent
d18765a613
commit
cadb67a018
@ -127,7 +127,7 @@ const MenuItem: React.FC<MenuItemProps> = ({
|
|||||||
<a
|
<a
|
||||||
className={`${className} ${
|
className={`${className} ${
|
||||||
active ? "bg-hover-gray" : ""
|
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}
|
onClick={close}
|
||||||
>
|
>
|
||||||
{children}
|
{children}
|
||||||
|
Loading…
Reference in New Issue
Block a user