use normal button size for join
This commit is contained in:
@@ -23,7 +23,7 @@ export default function JoinGame() {
|
|||||||
if (!code) return;
|
if (!code) return;
|
||||||
|
|
||||||
setButtonLoading(true);
|
setButtonLoading(true);
|
||||||
|
|
||||||
if (code.startsWith("ches.su")) {
|
if (code.startsWith("ches.su")) {
|
||||||
code = "http://" + code;
|
code = "http://" + code;
|
||||||
}
|
}
|
||||||
@@ -58,7 +58,7 @@ export default function JoinGame() {
|
|||||||
/>
|
/>
|
||||||
<button
|
<button
|
||||||
className={
|
className={
|
||||||
"btn btn-square" +
|
"btn" +
|
||||||
(buttonLoading ? " loading" : "") +
|
(buttonLoading ? " loading" : "") +
|
||||||
(!session?.user?.id ? " btn-disabled text-base-content" : "")
|
(!session?.user?.id ? " btn-disabled text-base-content" : "")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user