Skip to content

Commit e43e06a

Browse files
authored
Enable waitlist mode before public launch
1 parent fab260c commit e43e06a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

demo/src/config/features.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const FEATURES = {
1717
* Enable waitlist mode before public launch
1818
* Set to false when ready to go live
1919
*/
20-
WAITLIST_MODE: false,
20+
WAITLIST_MODE: true,
2121

2222
/**
2323
* Show "Coming Soon" badges on features

0 commit comments

Comments
 (0)