Fix parity-magic copy link

This commit is contained in:
gpt-engineer-app[bot] 2025-08-24 04:39:56 +00:00
parent 3cd75771fb
commit f72073358b

View file

@ -436,6 +436,7 @@ const ParityBitsGame = ({ showSocialShare = true }: ParityBitsGameProps) => {
<SocialShare
title="Parity Bits Error Detection"
description="Learn how parity bits work for error detection and correction through this interactive demonstration!"
url={`${window.location.origin}/parity-bits`}
/>
</div>
)}