From 79ce0d7126b5a11b9569bcf9d4fa0bbfed743d8a 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 { +
+ +
; } };