mirror of
https://github.com/franjsco/tomadoro
synced 2025-06-06 00:29:13 +02:00
edit Timer
This commit is contained in:
@ -9,7 +9,7 @@ import sound from '../sound.mp3';
|
|||||||
class Timer extends Component {
|
class Timer extends Component {
|
||||||
constructor(props) {
|
constructor(props) {
|
||||||
super(props);
|
super(props);
|
||||||
this.defaultSeconds = 4;
|
this.defaultSeconds = 1500;
|
||||||
this.defaultLogoSpin = 'App-logo-rotation';
|
this.defaultLogoSpin = 'App-logo-rotation';
|
||||||
this.state = {
|
this.state = {
|
||||||
seconds: this.defaultSeconds,
|
seconds: this.defaultSeconds,
|
||||||
|
Reference in New Issue
Block a user