From 53bea61ae24b1c80b831516159ec79ab8b09b50e Mon Sep 17 00:00:00 2001 From: Shreyans Jain Date: Sat, 22 Mar 2025 07:55:52 +0530 Subject: [PATCH] remove profile button for now Signed-off-by: Shreyans Jain --- apps/web/app/components/Navbar.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/apps/web/app/components/Navbar.tsx b/apps/web/app/components/Navbar.tsx index 1a365ffb..dc5b8485 100644 --- a/apps/web/app/components/Navbar.tsx +++ b/apps/web/app/components/Navbar.tsx @@ -91,11 +91,13 @@ function Navbar({ user }: { user?: User }) { + {/* TODO: Add profile modal */} + {/* Profile - ⇧⌘P + */} {theme === Theme.LIGHT ? ( @@ -105,13 +107,13 @@ function Navbar({ user }: { user?: User }) { {theme === Theme.LIGHT ? "Dark mode" : "Light mode"} - + Support - + API