From cc54dce12ae88f529ca75b698e9e2e5a12e2c546 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji <88056492+atridadl@users.noreply.github.com> Date: Mon, 19 Jun 2023 00:54:22 -0600 Subject: [PATCH] Loading --- src/components/Navbar.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index 9f62f49..a135a86 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -25,6 +25,10 @@ const Navbar: React.FC = ({ title }) => { Sign In ); + } else { +
+ +
; } };