We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent828ed43 commit3b67d51Copy full SHA for 3b67d51
web-app/src/containers/Start/index.tsx
@@ -29,6 +29,7 @@ const styles = {
29
},
30
subtitle:{
31
fontSize:'1.3rem',
32
+textAlign:'center'as'center',
33
34
options:{
35
flex:1,
@@ -54,11 +55,10 @@ export const StartPage = (props: Props) => (
54
55
<BetaBadge>
56
<spancss={styles.title}>CodeRoad</span>
57
</BetaBadge>
-<h3css={styles.subtitle}>PlayInteractive CodingTutorials in VSCode</h3>
58
-<p>Learnby codingin a real environment.</p>
+<h3css={styles.subtitle}>Play Tutorials in VSCode</h3>
59
+<p>Learn in a real environment.</p>
60
<p>Instant feedback on save.</p>
-<p>Progress saves to Git.</p>
61
-<p>Build your portfolio as you learn.</p>
+<p>Build your portfolio and Git timeline.</p>
62
</div>
63
64
<divcss={styles.options}>