diff --git a/src/components/Main Pomodoro Childrens/MainPomodoroTimer.jsx b/src/components/Main Pomodoro Childrens/MainPomodoroTimer.jsx index b6d9734..375b1d2 100644 --- a/src/components/Main Pomodoro Childrens/MainPomodoroTimer.jsx +++ b/src/components/Main Pomodoro Childrens/MainPomodoroTimer.jsx @@ -24,8 +24,8 @@ const MainPomodoroTimer = (props) => { const setTimeStyle = () => { if (props.style === 'Can I play, Daddy?') { - const minutes = 0 - const seconds = 10 + const minutes = 10 + const seconds = 0 setMinutes(minutes) setSeconds(seconds)