Skip to content

Commit 117b343

Browse files
committed
Disable maintenance mode banner in constants
1 parent b78e539 commit 117b343

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const formLink = 'https://forms.gle/tKnXUMAbEreMK6FC6'
2121
export const ANDROID_APP_URL =
2222
'https://play.google.com/store/apps/details?id=com.compassconnections.app'
2323

24-
export const IS_MAINTENANCE = true // set to true to enable the maintenance mode banner
24+
export const IS_MAINTENANCE = false // set to true to enable the maintenance mode banner
2525

2626
export const MIN_BIO_LENGTH = 250
2727

0 commit comments

Comments
 (0)