From d9ad7945645447d12ecd5f53b9beaabca01d69d1 Mon Sep 17 00:00:00 2001 From: Badmus Damola Khadijah Date: Fri, 31 Jul 2026 23:01:43 +0100 Subject: [PATCH] Toggle Adhoc Mentorship for August --- 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 3df3e74..ee49a09 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 = false; +export const IS_REGISTRATION_OPEN = true; /** * Mentorship cycle type toggle.