Add social share and QR code

Add social share buttons and a QR code to interactive pages, excluding green screen pages.
This commit is contained in:
gpt-engineer-app[bot] 2025-07-19 14:07:18 +00:00
parent 04ecfc8d28
commit b60c8481f7
5 changed files with 607 additions and 8 deletions

View file

@ -11,7 +11,7 @@ const BinaryNumberGameGreenScreen = () => {
return <GreenScreenWrapper mode={greenScreenMode}>
<div className="space-y-6">
<BinaryNumberGame />
<BinaryNumberGame showSocialShare={false} />
</div>
</GreenScreenWrapper>;
};