mirror of
https://github.com/franjsco/tomadoro
synced 2025-06-06 00:29:13 +02:00
Add a simple tooltip
This commit is contained in:
@ -14,6 +14,7 @@ class LogoSpin extends Component {
|
|||||||
className={`App-logo ${this.props.isStarted ? this.defaultClassName: ''}`}
|
className={`App-logo ${this.props.isStarted ? this.defaultClassName: ''}`}
|
||||||
src={logo}
|
src={logo}
|
||||||
alt="Tomato"
|
alt="Tomato"
|
||||||
|
title="Click on the tomato to change modes"
|
||||||
onClick={this.props.switchMode}
|
onClick={this.props.switchMode}
|
||||||
></img>
|
></img>
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user