Skip to content

Commit

Permalink
fix(#358): Disable count down page for QA
Browse files Browse the repository at this point in the history
  • Loading branch information
tholulomo committed Mar 23, 2023
1 parent 82c0efc commit 22d29ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/store/modules/misc/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default {
action: null,
duration: false
},
countDownDate: new Date('Apr 11, 2023 13:30:00').getTime()
countDownDate: new Date('March 22, 2023 13:30:00').getTime()
}
},
mutations,
Expand Down

0 comments on commit 22d29ce

Please sign in to comment.