Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions hackathon_site/dashboard/frontend/src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ export const hackathonName = "MakeUofT 2026";
export const adminGroup = "Hardware Site Admins";
export const minTeamSize = 2;
export const maxTeamSize = 4;
export const hardwareSignOutStartDate = new Date(2026, 1, 16, 6, 0);
export const hardwareSignOutEndDate = new Date(2026, 1, 16, 11, 0);
export const hardwareSignOutStartDate = new Date(2026, 0, 16, 6, 0);
export const hardwareSignOutEndDate = new Date(2026, 1, 15, 11, 0);
export const hssTestUserGroup = "HSS Test Users";
export const serverUrl = "https://makeuoft.ca";
export const minProjectDescriptionLength = 60;
Expand Down
Loading