Skip to content

Commit

Permalink
πŸ› Quick fix the short break duration
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasCtrl authored Mar 22, 2020
1 parent 2de12bb commit 3725c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const state = () => ({
sessionDuration: {
// All the values inside this are in seconds
work: 1500, // Default time for the work session
shortBreak: 5, // Default time for the short break session
shortBreak: 3000, // Default time for the short break session
longBreak: 900, // Default time for the long session break
},
currentSession: {
Expand Down

0 comments on commit 3725c7a

Please sign in to comment.