From 3195d3cdc8a23fb9f002d79469fcab3c6be8a94d Mon Sep 17 00:00:00 2001 From: KlaraGajaszek Date: Sat, 16 Oct 2021 13:01:01 +0200 Subject: [PATCH] change number of mentors --- packages/website/src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/website/src/constants.ts b/packages/website/src/constants.ts index a7a1e8c6..5642b904 100644 --- a/packages/website/src/constants.ts +++ b/packages/website/src/constants.ts @@ -1,4 +1,4 @@ -export const MENTORS_COUNT = 30; +export const MENTORS_COUNT = 29; export const TEAM_SIZE = 6; export const PLACES_COUNT = MENTORS_COUNT * TEAM_SIZE; export const MAIN_TEST_HOUR = '18:00';