Skip to content

Commit

Permalink
[๐Ÿ› FIX] #47 JSX DIV ํƒœ๊ทธ pair ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
seungineer committed Jul 16, 2024
1 parent 79725fb commit da4e826
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions handtris/src/components/TetrisPlay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,6 @@ const Home: React.FC = () => {
// }, 500);
// }, 3000);
// }

}
if (message.isGaugeFull) {
tetrisGameRef.current.isGaugeFullAttacked = true;
Expand Down Expand Up @@ -1011,6 +1010,9 @@ const Home: React.FC = () => {
height={"-30px"}
/>
</div>
</div>
</div>
)}
{!isHandDetected && (
<div className="absolute inset-0 z-30 bg-black bg-opacity-70 flex items-center justify-center">
<div className="text-yellow-400 text-4xl font-bold pixel animate-pulse text-center">
Expand Down Expand Up @@ -1103,15 +1105,6 @@ const Home: React.FC = () => {
alt="profile"
className="h-full w-full overflow-hidden object-cover"
/>
<div className="absolute inset-0">
<canvas
ref={confettiRef}
id="canvas"
width="350"
height="271"
className=""
/>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit da4e826

Please sign in to comment.