Skip to content

Commit

Permalink
remove profile button
Browse files Browse the repository at this point in the history
  • Loading branch information
Woozl committed Apr 18, 2024
1 parent 1034032 commit e5b8641
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/components/header/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,6 @@ export default function Header() {
<Link to="/tutorial">Tutorial</Link>
{/* This will go to the actual root of the host (robokop.renci.org/#contact), not an internal route in this application */}
<a href="/#contact">Help</a>
<Divider orientation="vertical" variant="middle" flexItem />
<IconButton
onClick={(e) => (
isAuthenticated ? setAnchorEl(e.currentTarget) : loginWithPopup()
)}
fontSize="large"
aria-label="signinButton"
>
{isAuthenticated ? (
<AccountCircle id="signedInIcon" fontSize="large" />
) : (
<AccountCircleOutlinedIcon id="signedOutIcon" fontSize="large" />
)}
</IconButton>
<Popover
anchorEl={anchorEl}
open={Boolean(anchorEl)}
Expand Down

0 comments on commit e5b8641

Please sign in to comment.