From 29c69e73a55aa7d470cf65e449adf9500d234ae1 Mon Sep 17 00:00:00 2001 From: liyunze <50455574+liyunze-coding@users.noreply.github.com> Date: Fri, 8 Aug 2025 09:47:55 +1000 Subject: [PATCH] fixed on scroll animation --- src/components/global/NavBar.tsx | 2 +- src/components/ui/HoverNavigation.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/global/NavBar.tsx b/src/components/global/NavBar.tsx index ea97f28..73e14e4 100644 --- a/src/components/global/NavBar.tsx +++ b/src/components/global/NavBar.tsx @@ -24,7 +24,7 @@ export default function Navigationbar() { }, ]; return ( -
setHoveredIndex(idx)}
onMouseLeave={() => setHoveredIndex(null)}
>