import { h } from 'preact'; import Modal from './Modal.jsx'; export function OnboardingModal(props) { return (

Welcome to Web Maker

Open Web Maker anytime by visiting{' '} https://webmakerapp.com/app/ - Even when you are offline! It just works! 😱 Drag the following bookmarklet on your bookmark bar to create a quick access shortcut: Web Maker

Open Web Maker anytime by clicking the {' '} button in top-right side of your browser.

Configure and customize settings by clicking the gear icon ( ) in bottom right of the app.

Follow{' '} @webmakerApp {' '} to know about the new upcoming features!

If you are an existing Chrome extension user, you can import your creations from there to here.{' '} Learn how to export/import .

); }