use normal button size for join
This commit is contained in:
@@ -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