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.