Skip to content
Snippets Groups Projects
Commit 94d091a7 authored by Balaji D's avatar Balaji D :blush:
Browse files

Update Timer.js

parent 44d7ce62
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ class CountDown extends Component {
}
}
componentDidMount() {
this.deadline = new Date("Oct 08, 2022 21:00:00").getTime();
this.deadline = new Date("May 15, 2021 21:00:00").getTime();
this.x = setInterval(this.count, 1000);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment