diff --git a/themes/next/components/MenuItemDrop.js b/themes/next/components/MenuItemDrop.js
index b4078e43..f6299273 100644
--- a/themes/next/components/MenuItemDrop.js
+++ b/themes/next/components/MenuItemDrop.js
@@ -8,7 +8,7 @@ export const MenuItemDrop = ({ link }) => {
return (
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 '>
{!hasSubMenu && (
{
target={link?.target}
className='my-auto h-9 pl-4 items-center justify-start flex not:last-child:border-b-0 border-b text-gray-700 dark:text-gray-200 hover:bg-gray-50 dark:hover:bg-gray-900 tracking-widest transition-all duration-200 dark:border-gray-800 '>
{sLink.icon && (
-
+
)}
{sLink.name}
{sLink.slot}