diff --git a/common/config/data.tsx b/common/config/data.tsx index 5e3e9b0f..541c8d31 100644 --- a/common/config/data.tsx +++ b/common/config/data.tsx @@ -16,9 +16,9 @@ export const N_FACTOR = 8192; // Bricks the app once this date has been exceeded. Remember to update these 2 // whenever making a new app release. -// It is currently set to: 05/25/2018 @ 12:00am (UTC) +// It is currently set to: Wednesday, July 25, 2018 12:00:00 AM (GMT) // TODO: Remove me once app alpha / release candidates are done -export const APP_ALPHA_EXPIRATION = 1527206400000; +export const APP_ALPHA_EXPIRATION = 1532476800000; // Displays at the top of the site, make message empty string to remove. // Type can be primary, warning, danger, success, info, or blank for grey.