Skip to content

Commit

Permalink
bring back NEXT text
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanquirino committed Sep 25, 2023
1 parent 8893af5 commit a1d0a23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/blockpuzzle/components/TopUI.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ const TopUI = () => {
<div className="my-2 flex justify-between items-center">
<div>SCORE {score}</div>
<div>LV {level}</div>

<div className="flex items-center">
<div className="mr-2">NEXT</div>
<div className="relative w-[64px] h-[32px]">
{nextPiece.length > 0 && (
<PieceDisplay piece={nextPiece} pieceId={next} blockSize={16} />
Expand Down

0 comments on commit a1d0a23

Please sign in to comment.