diff --git a/client/html/index.html b/client/html/index.html index 57eaed62d3..d7e2cb41af 100644 --- a/client/html/index.html +++ b/client/html/index.html @@ -32,7 +32,7 @@ - +
diff --git a/client/src/views/header/LoggedInMenu.js b/client/src/views/header/LoggedInMenu.js index 307aa8c036..21304e64be 100644 --- a/client/src/views/header/LoggedInMenu.js +++ b/client/src/views/header/LoggedInMenu.js @@ -8,7 +8,7 @@ import { Link } from 'react-router-dom' import ProfileIcon from '@material-ui/icons/Person' import LogoutIcon from '@material-ui/icons/DirectionsWalk' -const UserLink = props => +const UserLink = props => const LogoutLink = props => class LoggedInUserMenu extends Component {