Skip to content

Commit 3d627ee

Browse files
ryanmao725shivanmodha
authored andcommitted
update hacking ends to 12 (#259)
1 parent a1ea259 commit 3d627ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Projector/Countdown.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Countdown extends Component {
99
componentWillMount() {
1010
// Ends 20th October 2019, at 11:30
1111
// JAN = 0
12-
let end = new Date(2019, 9, 20, 11, 30, 0, 0);
12+
let end = new Date(2019, 9, 20, 12, 0, 0, 0);
1313
this.oldMin = -1;
1414
this.setState({
1515
end: end,

0 commit comments

Comments
 (0)