diff --git a/src/game/ArrowGame.tsx b/src/game/ArrowGame.tsx index 18c8070..81e93c2 100644 --- a/src/game/ArrowGame.tsx +++ b/src/game/ArrowGame.tsx @@ -233,9 +233,6 @@ export const ArrowGame = forwardRef(({ active = true, ch return (
- PERFECT {score.perfect} - GOOD {score.good} - MISS {score.miss} {score.combo > 1 && {score.combo}x COMBO}