From a90b1dc63508f4ce706ac4da8843156f55b21c6d Mon Sep 17 00:00:00 2001 From: Francesco Esposito <33671357+frab1t@users.noreply.github.com> Date: Sat, 30 Mar 2019 19:11:48 +0100 Subject: [PATCH] Add a simple tooltip --- src/components/LogoSpin.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/LogoSpin.js b/src/components/LogoSpin.js index ed12e46..b65aead 100644 --- a/src/components/LogoSpin.js +++ b/src/components/LogoSpin.js @@ -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} > )