From 336d610600cee72100fbff07fd82f862ccfb8ee1 Mon Sep 17 00:00:00 2001 From: Sowmiya Ravikumar Date: Sat, 11 Jul 2026 13:12:23 +0100 Subject: [PATCH] Turn off adhoc cycle --- src/utils/mentorshipConstants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/mentorshipConstants.ts b/src/utils/mentorshipConstants.ts index ee49a09..3df3e74 100644 --- a/src/utils/mentorshipConstants.ts +++ b/src/utils/mentorshipConstants.ts @@ -208,7 +208,7 @@ export const PREFERENCE_LEVELS = ['Low', 'Medium', 'High', 'Not Applicable']; * Mentee registration toggle. * Set to `true` to open the registration form, `false` to show the closed page. */ -export const IS_REGISTRATION_OPEN = true; +export const IS_REGISTRATION_OPEN = false; /** * Mentorship cycle type toggle.