fix cursor for unhide LHS button

kegan/timestamp-hover
Matthew Hodgson 2015-10-11 13:56:25 +01:00
parent 93de2307c1
commit ae506b5b1f
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ module.exports = React.createClass({
}
var recentsLabel = this.props.collapsed ?
<img onClick={ this.onShowClick } src="img/menu.png" width="27" height="20" alt=">"/> :
<img style={{cursor: 'pointer'}} onClick={ this.onShowClick } src="img/menu.png" width="27" height="20" alt=">"/> :
"Recents";
return (