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 = () => {
- */}
+
{/*