Skip to content

Commit

Permalink
Merge pull request #52 from AAVikings/master
Browse files Browse the repository at this point in the history
proper profile link
  • Loading branch information
maben1-pub committed Nov 1, 2018
2 parents 0b1e64c + 75e5cac commit 30d35e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</script>
</head>

<body id="body" onload="loadCanvas()" onresize="window.canvasApp.eventHandler.raiseEvent('Browser Resized')">
<body id="body" onload="loadCanvas()">
<div id="masterApp"></div>
<div id="canvasApp"></div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion client/src/views/header/LoggedInMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 => <Link to='/users' {...props} />
const UserLink = props => <Link to='/users/user' {...props} />
const LogoutLink = props => <Link to='/' {...props} />

class LoggedInUserMenu extends Component {
Expand Down

0 comments on commit 30d35e2

Please sign in to comment.