import React from 'react'; import styles from './invalid-embed.css'; import {APP_NAME} from '../../lib/brand'; // Note that when this component is used, the rest of scratch-gui is not being run, so don't // use redux, themes, translations, etc. // We also can't be certain that the iframe sandbox will let us open up links, so make sure // all the links can be manually visited if necessary. const InvalidEmbed = () => (
{'See '} {'docs.turbowarp.org/embedding'} {/* eslint-disable-next-line max-len */} {' for more information. You need to replace the iframe src with the embed page:'}
{'https://turbowarp.org/
{'Here\'s an example of a full iframe to embed a project:'}
{``}
{'If you are seeing this page even though you aren\'t embedding anything, let us know on '} {'scratch.mit.edu/users/GarboMuffin'} {'.'}