Skip to content

Commit

Permalink
remove tournament as default page
Browse files Browse the repository at this point in the history
  • Loading branch information
starknetdev committed Jan 24, 2025
1 parent 699bfbe commit a2970e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ function Home() {
if (!onboarded) {
setScreen("onboarding");
} else if (onboarded) {
setScreen("tournament");
setScreen("start");
}
}, [onboarded]);

Expand Down

0 comments on commit a2970e7

Please sign in to comment.