We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa4f3f0 commit 483c08aCopy full SHA for 483c08a
1 file changed
frontend/app/tictactoe/page.tsx
@@ -356,7 +356,7 @@ export default function TicTacToe() {
356
<p>{currentTurn === myTacNumber ? "Your turn!" : "Opponent's turn"}</p>
357
) : gameWinner === -1 ? (
358
<div>
359
- <p className="font-bold text-xl sm:text-2xl mb-2">Cat's game! 🐱 It's a tie!</p>
+ <p className="font-bold text-xl sm:text-2xl mb-2">Cat's game! 🐱 It's a tie!</p>
360
{gameEnded && (
361
<p className="text-xs sm:text-sm text-gray-600 mt-2">
362
Redirecting to homepage in {redirectCountdown} second{redirectCountdown !== 1 ? "s" : ""}...
0 commit comments