edit Timer

This commit is contained in:
Francesco Esposito 2019-03-15 15:58:29 +01:00
parent 4d76a04872
commit 3d4cb1d880
1 changed files with 1 additions and 1 deletions

View File

@ -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,