diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index 9f62f49..9dde484 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -51,7 +51,13 @@ const Navbar: React.FC = ({ title }) => { - {navigationMenu()} + {sessionStatus === "loading" ? ( +
+ +
+ ) : ( + navigationMenu() + )} {sessionData?.user.image && (