diff --git a/src/components/CreateNewModal.jsx b/src/components/CreateNewModal.jsx index 69bce81..27f940d 100644 --- a/src/components/CreateNewModal.jsx +++ b/src/components/CreateNewModal.jsx @@ -2,9 +2,9 @@ import { h, Component } from 'preact'; import Modal from './Modal'; import { ItemTile } from './ItemTile'; import templates from '../templateList'; -import { Divider } from './common'; -import Switch from './Switch'; +import { BetaTag } from './common'; import { trackEvent } from '../analytics'; +import Tabs, { TabPanel } from './Tabs'; export class CreateNewModal extends Component { constructor(props) { @@ -30,197 +30,190 @@ export class CreateNewModal extends Component { onImportGithubRepoSelect, onTemplateSelect } = this.props; + const option1 = ( +
+ 3 separate panes to write HTML, CSS and JavaScript. Good for quickly + testing something. +
+
+ Manage your code in files. Just like you would have files on your
+ local machine.
Or choose from a template:
-- {/**/} + {this.state.isGhRepoInputVisible ? (