From 70b18c3751517a19e9ae4ed0873efd39b0d85a30 Mon Sep 17 00:00:00 2001 From: abhayybhatt Date: Tue, 7 Jan 2025 19:50:09 +0530 Subject: [PATCH] fix navbar Shop drop down menu visibility and removed obsolete hidden links --- src/componets/Navbar.js | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/src/componets/Navbar.js b/src/componets/Navbar.js index 111d64e..a5a25ea 100644 --- a/src/componets/Navbar.js +++ b/src/componets/Navbar.js @@ -78,7 +78,7 @@ const RightNav = styled(motion.div)` padding: 1rem 2rem; position: fixed; top: 0px; - left: 40vw; + left: 35vw; //Now the Shop section is completely visible at the top-right section of Navbar. right: 0; z-index: 1000; transition: all 0.3s ease; @@ -408,25 +408,7 @@ function Navbar() { - - About - - - - Testimonial - - - - Premium Beans - - - - Expert Baristas - - - - Contact - + {/* removed unnecessary links that were already hidden and obsolete. */} {isLoggedIn ? ( <>