Skip to content

Commit

Permalink
Set Phase2 as the default for "fresh installs"
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBackstabi committed Dec 30, 2024
1 parent 74f60a1 commit 3b80910
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/core/constants/other.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 3b80910

Please sign in to comment.