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:
parent
04ecfc8d28
commit
b60c8481f7
5 changed files with 607 additions and 8 deletions
|
|
@ -11,7 +11,7 @@ const BinaryNumberGameGreenScreen = () => {
|
|||
return <GreenScreenWrapper mode={greenScreenMode}>
|
||||
<div className="space-y-6">
|
||||
|
||||
<BinaryNumberGame />
|
||||
<BinaryNumberGame showSocialShare={false} />
|
||||
</div>
|
||||
</GreenScreenWrapper>;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue