chore: fixed win state
This commit is contained in:
parent
32a232c938
commit
14b53886cd
@ -230,7 +230,7 @@ function GameBoard({
|
||||
}
|
||||
|
||||
return <div className="h-[500px] flex flex-col md:flex-row rounded-xl overflow-hidden relative">
|
||||
<div className={`bg-blue-500/50 h-1/2 md:h-full w-full md:w-1/2 p-4 grid place-items-center relative ${getBoxClass('user')}`}>
|
||||
<div className={`bg-blue-500/50 grid place-items-center overflow-hidden relative ${getBoxClass('user')}`}>
|
||||
{playerSide}
|
||||
</div>
|
||||
<div className={`bg-red-500/50 grid place-items-center overflow-hidden relative ${getBoxClass('cpu')}`}>
|
||||
|
Loading…
Reference in New Issue
Block a user