From 6dbb31e2d5b2011c871e46f98bfd5c116579ccef Mon Sep 17 00:00:00 2001 From: Juliet Date: Sun, 15 Mar 2026 16:27:22 +0100 Subject: [PATCH] move mouse handlers --- src/views/pds.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/views/pds.tsx b/src/views/pds.tsx index 7a67bd6..9950774 100644 --- a/src/views/pds.tsx +++ b/src/views/pds.tsx @@ -82,10 +82,12 @@ const RepoCard = (props: { "dark:bg-dark-300 border-neutral-200 bg-neutral-50 shadow-sm dark:border-neutral-700 dark:shadow-dark-700": expanded(), }} - onMouseEnter={handleMouseEnter} - onMouseLeave={handleMouseLeave} > -
+