Skip to content

Commit

Permalink
logout tooltip placement
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Nov 30, 2020
1 parent 80beede commit e40f17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/app/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class App extends Component {
<Button onClick={this.toUserHome} color='primary' variant='contained' startIcon={<PersonIcon />}>
{user.username}
</Button>
<Tooltip title='logout' placement='left'>
<Tooltip title='logout' placement='top'>
<IconButton component='span' onClick={this.onLogoutClick} style={{marginLeft: '10px'}}>
<LogoutIcon />
</IconButton>
Expand Down

0 comments on commit e40f17c

Please sign in to comment.