From 11be010bf2c8c52de3443ca291d17e1b85d40514 Mon Sep 17 00:00:00 2001 From: ThEditor Date: Tue, 17 Sep 2024 21:31:25 +0530 Subject: [PATCH] chore: expose signin --- src/components/navbar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/navbar.tsx b/src/components/navbar.tsx index 6388613..c1eb925 100644 --- a/src/components/navbar.tsx +++ b/src/components/navbar.tsx @@ -96,7 +96,7 @@ export default function Navbar({ notLanding = false }: NavbarProps) { LEADERBOARD )} - {notLanding && ( + {( {isSignedIn ? "SIGNOUT" : "SIGNIN"} @@ -143,7 +143,7 @@ export default function Navbar({ notLanding = false }: NavbarProps) { LEADERBOARD )} - {notLanding && ( + {(