Skip to content

Commit 483c08a

Browse files
apostrophes fixed this time
1 parent aa4f3f0 commit 483c08a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/app/tictactoe/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ export default function TicTacToe() {
356356
<p>{currentTurn === myTacNumber ? "Your turn!" : "Opponent's turn"}</p>
357357
) : gameWinner === -1 ? (
358358
<div>
359-
<p className="font-bold text-xl sm:text-2xl mb-2">Cat's game! 🐱 It's a tie!</p>
359+
<p className="font-bold text-xl sm:text-2xl mb-2">Cat&apos;s game! 🐱 It&apos;s a tie!</p>
360360
{gameEnded && (
361361
<p className="text-xs sm:text-sm text-gray-600 mt-2">
362362
Redirecting to homepage in {redirectCountdown} second{redirectCountdown !== 1 ? "s" : ""}...

0 commit comments

Comments
 (0)