diff --git a/components/dashboard/Sidebar.tsx b/components/dashboard/Sidebar.tsx index b420244..f3747f4 100644 --- a/components/dashboard/Sidebar.tsx +++ b/components/dashboard/Sidebar.tsx @@ -96,7 +96,7 @@ function SidebarTooltip({ children, label }: { children: React.ReactNode; label: setPos({ x: rect.right + 8, y: rect.top + rect.height / 2 }) setShow(true) } - }, 400) + }, 100) } const handleLeave = () => { @@ -109,7 +109,7 @@ function SidebarTooltip({ children, label }: { children: React.ReactNode; label: {children} {show && typeof document !== 'undefined' && createPortal( {label}