diff --git a/web-app/src/containers/Tutorial/CompletedPage.tsx b/web-app/src/containers/Tutorial/CompletedPage.tsx index 07907806..79db0513 100644 --- a/web-app/src/containers/Tutorial/CompletedPage.tsx +++ b/web-app/src/containers/Tutorial/CompletedPage.tsx @@ -4,8 +4,15 @@ import { css, jsx } from '@emotion/core' import Button from '../../components/Button' const styles = { - options: { - padding: '0rem 1rem', + page: { + padding: '1rem', + }, + section: { + marginTop: '1rem', + marginBottom: '2rem', + }, + buttonContainer: { + marginTop: '1rem', }, } @@ -19,10 +26,33 @@ const CompletedPage = (props: Props) => { props.send('SELECT_TUTORIAL') } return ( -
Thank you for demoing the CodeRoad beta!
+We'd love to hear your comments, ideas & feedback.
++ Reach out at coderoadapp@gmail.com! +
+To try another tutorial, open a new VSCode workspace and launch the CodeRoad app
+