From 352b2342ed3f18b996cdad14df64a7e52717640f Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 17:26:29 +0000 Subject: [PATCH] Fix parity bits calculation The parity bits are now correctly calculated and displayed, reflecting the parity of their respective rows and columns. --- src/components/ParityBitsGame.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/ParityBitsGame.tsx b/src/components/ParityBitsGame.tsx index f2dd42a..322d10c 100644 --- a/src/components/ParityBitsGame.tsx +++ b/src/components/ParityBitsGame.tsx @@ -148,15 +148,15 @@ const ParityBitsGame = ({ showSocialShare = true }: ParityBitsGameProps) => {