diff --git a/index.html b/index.html index 461b0b6..45e49a7 100644 --- a/index.html +++ b/index.html @@ -1,81 +1,99 @@ +
+ + + ++
"I hate liars and cheaters. Why are you hired if you don't do your job?{" "} Focus on work!"
= ({
- W/S or ↑/↓ to move. First to 3 wins! + {isMobile + ? "Touch the canvas to move your paddle." + : "W/S or ↑/↓ to move."}{" "} + First to 3 wins!
- + > + +Last Over Feed
- {match.recentBalls.length > 0 ? match.recentBalls.join(" ") : "No balls yet"} + {match.recentBalls.length > 0 + ? match.recentBalls.join(" ") + : "No balls yet"}
{liveLine}
-{match.lastBallCommentary}
++ {match.lastBallCommentary} +
- ↑ rotate · ← → move · ↓ drop -
+ {isMobile ? ( ++ ↑ rotate · ← → move · ↓ drop +
+ )}