From 3d4cb1d880727e976b3aa1de4f6ed19216b1de8e Mon Sep 17 00:00:00 2001 From: Francesco Esposito <33671357+frab1t@users.noreply.github.com> Date: Fri, 15 Mar 2019 15:58:29 +0100 Subject: [PATCH] edit Timer --- src/components/Timer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Timer.js b/src/components/Timer.js index 4079305..7cad822 100644 --- a/src/components/Timer.js +++ b/src/components/Timer.js @@ -9,7 +9,7 @@ import sound from '../sound.mp3'; class Timer extends Component { constructor(props) { super(props); - this.defaultSeconds = 4; + this.defaultSeconds = 1500; this.defaultLogoSpin = 'App-logo-rotation'; this.state = { seconds: this.defaultSeconds,