Skip to content

Commit 4baa295

Browse files
committed
fix preview examples of games
1 parent 99173a5 commit 4baa295

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

en/beginner-projects/simon-says.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ A memory game where players repeat sequences of colored buttons. Each round adds
3030
## Live Demo
3131

3232
<div align="center">
33-
<iframe src="https://codesandbox.io/p/sandbox/frosty-nobel-849xrz"
33+
<iframe src="https://codesandbox.io/embed/849xrz?view=preview"
3434
style="width:100%; height: 500px; border:0; border-radius: 4px; overflow:hidden;"
35-
title="simon-says-game"
35+
title="eager-pascal-849xrz"
3636
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
3737
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
38-
></iframe>
38+
></iframe>
3939
</div>

en/beginner-projects/whack-a-mole.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ A fun and fast-paced reflex game where players “whack” moles as they randoml
3333
## Live Demo
3434

3535
<div align="center">
36-
<iframe src="https://codesandbox.io/p/sandbox/hwr4cq"
36+
<iframe src="https://codesandbox.io/embed/hwr4cq?view=preview&module=%2Fsrc%2Findex.html"
3737
style="width:100%; height: 500px; border:0; border-radius: 4px; overflow:hidden;"
38-
title="whack-a-mole-game"
38+
title="whackAMole"
3939
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
4040
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
41-
></iframe>
41+
></iframe>
4242
</div>

0 commit comments

Comments
 (0)