From b72c8a88d4a4b0a2971ec79428ec9ee786b25463 Mon Sep 17 00:00:00 2001 From: priyanshuvish Date: Fri, 17 Oct 2025 18:08:21 +0530 Subject: [PATCH] merge right nav --- src/components/Navbar.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index ba1c768..db2f8bf 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -326,7 +326,13 @@ export default function Navbar({ -
+ {/*
+ +
*/} + + {/* Right Section */} +
+ {/* Navigation Items based on page type */} {navigationItems.map((item) => ( } /> -
- - {/* Right Section */} -
{/* Language Dropdown */}