diff --git a/ui/core/constants/other.ts b/ui/core/constants/other.ts index 83adf6199..0b8bbacd4 100644 --- a/ui/core/constants/other.ts +++ b/ui/core/constants/other.ts @@ -6,9 +6,10 @@ export enum Phase { Phase3, Phase4, Phase5, + Phase6 } -export const CURRENT_PHASE = Phase.Phase1; +export const CURRENT_PHASE = Phase.Phase2; // Github pages serves our site under the /classic directory export const REPO_NAME = 'classic';