From 28853d5d04e6ff20d3aa700df1622323b17c8e61 Mon Sep 17 00:00:00 2001 From: sau-mili <146661411+sau-mili@users.noreply.github.com> Date: Sat, 25 May 2024 16:16:40 +0530 Subject: [PATCH] comments added --- src/components/Dashboard/Dashboard.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Dashboard/Dashboard.jsx b/src/components/Dashboard/Dashboard.jsx index fa34627a..36c75ba8 100644 --- a/src/components/Dashboard/Dashboard.jsx +++ b/src/components/Dashboard/Dashboard.jsx @@ -66,7 +66,7 @@ const Dashboard = () => { const handleTouchEnd = () => { setActiveIndex(null); }; - +//navbar scroll effects const [fix, setFix]= useState(false) function setFixed(){ @@ -82,8 +82,8 @@ window.addEventListener("scroll", setFixed) return ( <>
- -