From 626fc9afca336fea53aef113b2945224ecc75316 Mon Sep 17 00:00:00 2001 From: Nathaniel Tampus Date: Wed, 22 Mar 2023 15:50:04 +0800 Subject: [PATCH] use normal button size for join --- client/src/components/home/JoinGame.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/home/JoinGame.tsx b/client/src/components/home/JoinGame.tsx index 4db4607..b2e6631 100644 --- a/client/src/components/home/JoinGame.tsx +++ b/client/src/components/home/JoinGame.tsx @@ -23,7 +23,7 @@ export default function JoinGame() { if (!code) return; setButtonLoading(true); - + if (code.startsWith("ches.su")) { code = "http://" + code; } @@ -58,7 +58,7 @@ export default function JoinGame() { />