From 0476c751f6db106e26a3536d30b9348fb43a7a5e Mon Sep 17 00:00:00 2001 From: Nayan Date: Sun, 17 Aug 2025 19:49:07 +0530 Subject: [PATCH] fix: update SidebarTrigger class for better alignment in Navbar --- frontend/.env.example | 5 +++++ frontend/src/components/user/common/Navbar.tsx | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 frontend/.env.example diff --git a/frontend/.env.example b/frontend/.env.example new file mode 100644 index 00000000..6ca54f05 --- /dev/null +++ b/frontend/.env.example @@ -0,0 +1,5 @@ +# OAuth 2.0 Client ID issued by Google Cloud Console +VITE_GOOGLE_CLIENT_ID= + +# Base URL of the backend API (e.g., http://localhost:5000 or https://api.example.com) +VITE_API_URL= diff --git a/frontend/src/components/user/common/Navbar.tsx b/frontend/src/components/user/common/Navbar.tsx index 99de89b3..744fda90 100644 --- a/frontend/src/components/user/common/Navbar.tsx +++ b/frontend/src/components/user/common/Navbar.tsx @@ -27,7 +27,7 @@ const Navbar = () => { return (
- +