mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
Update links to embedded projects.
This commit is contained in:
parent
d09e7628f9
commit
f864e12da2
1 changed files with 5 additions and 5 deletions
|
@ -1381,7 +1381,7 @@ class AnnualReport extends React.Component {
|
|||
minWidth={frameless.desktop}
|
||||
>
|
||||
<iframe
|
||||
src="https://scratch.mit.edu/projects/389148460/embed"
|
||||
src="https://scratch.mit.edu/projects/601589442/embed"
|
||||
allowTransparency="true"
|
||||
width="360"
|
||||
height={((360 * .76) + 45)}
|
||||
|
@ -1395,7 +1395,7 @@ class AnnualReport extends React.Component {
|
|||
minWidth={frameless.mobile}
|
||||
>
|
||||
<iframe
|
||||
src="https://scratch.mit.edu/projects/389148460/embed"
|
||||
src="https://scratch.mit.edu/projects/601589442/embed"
|
||||
allowTransparency="true"
|
||||
width="430"
|
||||
height={((430 * .76) + 45)}
|
||||
|
@ -1406,7 +1406,7 @@ class AnnualReport extends React.Component {
|
|||
</MediaQuery>
|
||||
<MediaQuery maxWidth={frameless.mobile - 1}>
|
||||
<iframe
|
||||
src="https://scratch.mit.edu/projects/389148460/embed"
|
||||
src="https://scratch.mit.edu/projects/601589442/embed"
|
||||
allowTransparency="true"
|
||||
width="300"
|
||||
height={((300 * .76) + 45)}
|
||||
|
@ -1696,7 +1696,7 @@ class AnnualReport extends React.Component {
|
|||
minWidth={frameless.mobile}
|
||||
>
|
||||
<iframe
|
||||
src="https://scratch.mit.edu/projects/411647484/embed"
|
||||
src="https://scratch.mit.edu/projects/601595010/embed"
|
||||
allowTransparency="true"
|
||||
width="480"
|
||||
height={((480 * .76) + 45)}
|
||||
|
@ -1707,7 +1707,7 @@ class AnnualReport extends React.Component {
|
|||
</MediaQuery>
|
||||
<MediaQuery maxWidth={frameless.mobile - 1}>
|
||||
<iframe
|
||||
src="https://scratch.mit.edu/projects/411647484/embed"
|
||||
src="https://scratch.mit.edu/projects/601595010/embed"
|
||||
allowTransparency="true"
|
||||
width="300"
|
||||
height={((300 * .76) + 45)}
|
||||
|
|
Loading…
Reference in a new issue