From 91cd41d871c6fc880a118bbfc4988fa3a51a30b7 Mon Sep 17 00:00:00 2001 From: CatalinMoldovan2000 Date: Sun, 31 Aug 2025 13:43:08 +0300 Subject: [PATCH 1/2] refactor(dashboard): remove redundant onMouseLeave handlers from help buttons The onMouseLeave handlers were redundant as the help tooltip is already cleared when clicking elsewhere. This simplifies the code without changing functionality. --- src/app/dashboard/page.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index 88b5a99..20a1d30 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -328,7 +328,6 @@ export default function Dashboard() {