diff --git a/src/components/header/Header.jsx b/src/components/header/Header.jsx index dbcb4548..68d3451e 100644 --- a/src/components/header/Header.jsx +++ b/src/components/header/Header.jsx @@ -34,20 +34,6 @@ export default function Header() { Tutorial {/* This will go to the actual root of the host (robokop.renci.org/#contact), not an internal route in this application */} Help - - ( - isAuthenticated ? setAnchorEl(e.currentTarget) : loginWithPopup() - )} - fontSize="large" - aria-label="signinButton" - > - {isAuthenticated ? ( - - ) : ( - - )} -