Add a simple tooltip

This commit is contained in:
Francesco Esposito 2019-03-30 19:11:48 +01:00
parent b569733f43
commit a90b1dc635
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ class LogoSpin extends Component {
className={`App-logo ${this.props.isStarted ? this.defaultClassName: ''}`}
src={logo}
alt="Tomato"
title="Click on the tomato to change modes"
onClick={this.props.switchMode}
></img>
)