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 ( <>
- -