chore: fixed win state

This commit is contained in:
Andre Henriques 2025-04-03 10:55:05 +01:00
parent 32a232c938
commit 14b53886cd

View File

@ -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')}`}>