1
0
mirror of https://github.com/franjsco/tomadoro synced 2025-06-06 00:29:13 +02:00

edit Timer

This commit is contained in:
Francesco Esposito
2019-03-15 15:58:29 +01:00
parent 4d76a04872
commit 3d4cb1d880

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,