Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit cad51b7

Browse files
fix(website): change number of mentors from 30 to 29 (#391) #392
1 parent a52eb89 commit cad51b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/website/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const MENTORS_COUNT = 30;
1+
export const MENTORS_COUNT = 29;
22
export const TEAM_SIZE = 6;
33
export const PLACES_COUNT = MENTORS_COUNT * TEAM_SIZE;
44
export const MAIN_TEST_HOUR = '18:00';

0 commit comments

Comments
 (0)