Skip to content

Commit 1b2b60f

Browse files
committed
oops
1 parent b302d39 commit 1b2b60f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/App.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ const App = () => {
458458
element: (
459459
<div className="iframe-wrapper">
460460
<iframe
461-
src="plat.precontation.github.io"
461+
src="https://plat.precontation.github.io"
462462
className="fullscreen-game"
463463
allow="fullscreen"
464464
></iframe>
@@ -470,7 +470,7 @@ const App = () => {
470470
element: (
471471
<div className="iframe-wrapper">
472472
<iframe
473-
src="br2.precontation.github.io"
473+
src="https://br2.precontation.github.io"
474474
className="fullscreen-game"
475475
allow="fullscreen"
476476
></iframe>
@@ -482,7 +482,7 @@ const App = () => {
482482
element: (
483483
<div className="iframe-wrapper">
484484
<iframe
485-
src="br3.precontation.github.io"
485+
src="https://br3.precontation.github.io"
486486
className="fullscreen-game"
487487
allow="fullscreen"
488488
></iframe>
@@ -494,7 +494,7 @@ const App = () => {
494494
element: (
495495
<div className="iframe-wrapper">
496496
<iframe
497-
src="cfp.precontation.github.io"
497+
src="https://cfp.precontation.github.io"
498498
className="fullscreen-game"
499499
allow="fullscreen"
500500
></iframe>
@@ -506,7 +506,7 @@ const App = () => {
506506
element: (
507507
<div className="iframe-wrapper">
508508
<iframe
509-
src="clicks-and-points.precontation.github.io"
509+
src="https://clicks-and-points.precontation.github.io"
510510
className="fullscreen-game"
511511
allow="fullscreen"
512512
></iframe>

0 commit comments

Comments
 (0)