From 20753031f913186f194e7c7c97ca94f2a5b6ad49 Mon Sep 17 00:00:00 2001 From: rockyeverlast Date: Mon, 13 May 2024 16:20:41 +0530 Subject: [PATCH] Community drop down --- src/components/NavBar/NavBar.jsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/components/NavBar/NavBar.jsx b/src/components/NavBar/NavBar.jsx index 2bbec10..76c331b 100644 --- a/src/components/NavBar/NavBar.jsx +++ b/src/components/NavBar/NavBar.jsx @@ -38,7 +38,7 @@ const NavBar = () => { const [isHoveredLearn, setIsHoveredLearn] = useState(false); const [isHoveredBuild, setIsHoveredBuild] = useState(false); const [isHoveredCases, setIsHoveredCases] = useState(false); - // const [isHoveredCommunity, setIsHoveredCommunity] = useState(false); + const [isHoveredCommunity, setIsHoveredCommunity] = useState(false); const [windowWidth, setWindowWidth] = useState(window.innerWidth); const location = useLocation(); @@ -643,7 +643,7 @@ const NavBar = () => { - { } /> - - {/* */} + setIsHoveredCommunity(false)} > @@ -737,10 +737,10 @@ const NavBar = () => { { { marginBottom={"1rem"} > - MarTech + Resources @@ -799,7 +799,7 @@ const NavBar = () => { - */} + {/*