Skip to content

Commit

Permalink
v3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
platschi authored Aug 15, 2022
2 parents add9dda + f3f46d5 commit 460f7f3
Show file tree
Hide file tree
Showing 6 changed files with 400 additions and 4,073 deletions.
4 changes: 2 additions & 2 deletions constants/competition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
*/
export const COMPETITION_DATES = {
// note: month starts at 0, not 1.
START_DATE: new Date(2022, 7, 16),
END_DATE: new Date(2022, 7, 23),
START_DATE: new Date(Date.UTC(2022, 7, 16)),
END_DATE: new Date(Date.UTC(2022, 7, 23)),
};
Loading

1 comment on commit 460f7f3

@vercel
Copy link

@vercel vercel bot commented on 460f7f3 Aug 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kwenta – ./

kwenta-kwenta.vercel.app
kwenta-git-main-kwenta.vercel.app
kwenta.io
v2.beta.kwenta.io

Please sign in to comment.