From 18d09383c175c7d6a4e6a67f73eae25b7945bfdf Mon Sep 17 00:00:00 2001 From: Ashwani Senapati Date: Sat, 29 Nov 2025 14:09:39 +0530 Subject: [PATCH] chore:events in navbar --- src/app/components/Navbar.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/components/Navbar.jsx b/src/app/components/Navbar.jsx index 68c9689..9c105bf 100644 --- a/src/app/components/Navbar.jsx +++ b/src/app/components/Navbar.jsx @@ -381,7 +381,7 @@ export default function Navbar() { ); } - + // ✅ Desktop Resources Dropdown if (item === "Resources") { return ( @@ -458,7 +458,7 @@ export default function Navbar() { return ( setIsOpen(false)}