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