From 34cfaba8849d1373b88fed68b5335fa55ecb32af Mon Sep 17 00:00:00 2001 From: azeeee05 Date: Sat, 5 Sep 2026 17:25:59 +0530 Subject: [PATCH] feat: implement responsive navigation bar with dropdown menus and scroll-aware styling --- .env | 1 + .gitignore | 2 -- src/app/(features)/Components/Navbar.tsx | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..1b33d5f --- /dev/null +++ b/.env @@ -0,0 +1 @@ +NEXT_PUBLIC_LOGIN_URL=http://localhost:5173 diff --git a/.gitignore b/.gitignore index 5ef6a52..c260fd0 100644 --- a/.gitignore +++ b/.gitignore @@ -30,8 +30,6 @@ yarn-debug.log* yarn-error.log* .pnpm-debug.log* -# env files (can opt-in for committing if needed) -.env* # vercel .vercel diff --git a/src/app/(features)/Components/Navbar.tsx b/src/app/(features)/Components/Navbar.tsx index 26d1cf2..1bf1eb5 100644 --- a/src/app/(features)/Components/Navbar.tsx +++ b/src/app/(features)/Components/Navbar.tsx @@ -412,7 +412,7 @@ const Navbar: React.FC = () => { {/* Desktop Actions */}
LOG IN @@ -422,7 +422,7 @@ const Navbar: React.FC = () => { {/* Mobile Menu Button */}
LOG IN