Enable maintenance mode banner in constants

This commit is contained in:
MartinBraquet
2026-05-11 14:22:02 +02:00
parent eaa4aa9a48
commit 0d5f1cdae3

View File

@@ -21,7 +21,7 @@ export const formLink = 'https://forms.gle/tKnXUMAbEreMK6FC6'
export const ANDROID_APP_URL =
'https://play.google.com/store/apps/details?id=com.compassconnections.app'
export const IS_MAINTENANCE = false // set to true to enable the maintenance mode banner
export const IS_MAINTENANCE = true // set to true to enable the maintenance mode banner
export const MIN_BIO_LENGTH = 250