Skip to content

Commit e78ac89

Browse files
authored
Enable waitlist mode for pre-launch testing
1 parent 12b0348 commit e78ac89

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)