mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-31 23:16:54 +00:00
fix next theme menu drop
This commit is contained in:
@@ -8,7 +8,7 @@ export const MenuItemDrop = ({ link }) => {
|
|||||||
return (
|
return (
|
||||||
<li
|
<li
|
||||||
onMouseOver={() => changeShow(true)}
|
onMouseOver={() => changeShow(true)}
|
||||||
// onMouseOut={() => changeShow(false)}
|
onMouseOut={() => changeShow(false)}
|
||||||
className='relative py-1.5 px-5 duration-300 text-base justify-between hover:bg-gray-700 hover:text-white hover:shadow-lg cursor-pointer font-light flex flex-nowrap items-center '>
|
className='relative py-1.5 px-5 duration-300 text-base justify-between hover:bg-gray-700 hover:text-white hover:shadow-lg cursor-pointer font-light flex flex-nowrap items-center '>
|
||||||
{!hasSubMenu && (
|
{!hasSubMenu && (
|
||||||
<Link
|
<Link
|
||||||
|
|||||||
Reference in New Issue
Block a user