Skip to content

Commit

Permalink
temporarily disable mainnet button
Browse files Browse the repository at this point in the history
  • Loading branch information
starknetdev committed Sep 9, 2024
1 parent eff1531 commit 56b28c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ui/src/app/components/onboarding/Intro.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,10 @@ const Intro = () => {
setLoginScreen(true);
setNetwork(network! as Network);
}}
disabled={true}
>
Play on {network}
{/* Play on {network} */}
Full Launch Tomorrow
</Button>
</div>
</div>
Expand Down

0 comments on commit 56b28c2

Please sign in to comment.