Skip to content

Commit

Permalink
Content: change first round start time
Browse files Browse the repository at this point in the history
  • Loading branch information
ThulinaWickramasinghe committed Oct 5, 2024
1 parent 348c826 commit 29c9584
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/2024/src/components/landing/timeline/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"date": "6 Oct",
"title": "1st Round",
"description": "The real battle begins today! Showcase your scripting skills and secure a spot in the next round.",
"time": "10:00 IST"
"time": "09:30 IST"
},
{
"date": "10 Oct",
Expand Down
2 changes: 1 addition & 1 deletion apps/2024/src/constants/dates.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const CURRENT_YEAR = 2024;
export const TIME_REGISTRATION_CLOSING = 'September 29, 2024 23:59:00';
export const TIME_AWARENESS_SESSION_START = 'September 13, 2024 19:00:00';
export const TIME_FIRST_ROUND_START = 'October 6, 2024 10:00:00';
export const TIME_FIRST_ROUND_START = 'October 6, 2024 09:30:00';

0 comments on commit 29c9584

Please sign in to comment.