diff --git a/webui/src/Components/Navbar/Navbar.tsx b/webui/src/Components/Navbar/Navbar.tsx index 9083592..9bd5eb5 100644 --- a/webui/src/Components/Navbar/Navbar.tsx +++ b/webui/src/Components/Navbar/Navbar.tsx @@ -90,8 +90,12 @@ const Navbar: FC = ({ user, onSignOut, showSignInButton }) => { content={({ close }) => ( - - {user?.fullName} + + + + + {user?.fullName} +