From 56b28c28e9c5e773055d1939c5d092d4a188fa0c Mon Sep 17 00:00:00 2001 From: Starknet Dev Date: Mon, 9 Sep 2024 12:46:24 -0400 Subject: [PATCH] temporarily disable mainnet button --- ui/src/app/components/onboarding/Intro.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ui/src/app/components/onboarding/Intro.tsx b/ui/src/app/components/onboarding/Intro.tsx index 0c2b27b69..9ac29b1a5 100644 --- a/ui/src/app/components/onboarding/Intro.tsx +++ b/ui/src/app/components/onboarding/Intro.tsx @@ -68,8 +68,10 @@ const Intro = () => { setLoginScreen(true); setNetwork(network! as Network); }} + disabled={true} > - Play on {network} + {/* Play on {network} */} + Full Launch Tomorrow