File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
web-app/src/containers/Start Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ const styles = {
29
29
} ,
30
30
subtitle : {
31
31
fontSize : '1.3rem' ,
32
+ textAlign : 'center' as 'center' ,
32
33
} ,
33
34
options : {
34
35
flex : 1 ,
@@ -54,11 +55,10 @@ export const StartPage = (props: Props) => (
54
55
< BetaBadge >
55
56
< span css = { styles . title } > CodeRoad</ span >
56
57
</ BetaBadge >
57
- < h3 css = { styles . subtitle } > Play Interactive Coding Tutorials in VSCode</ h3 >
58
- < p > Learn by coding in a real environment.</ p >
58
+ < h3 css = { styles . subtitle } > Play Tutorials in VSCode</ h3 >
59
+ < p > Learn in a real environment.</ p >
59
60
< p > Instant feedback on save.</ p >
60
- < p > Progress saves to Git.</ p >
61
- < p > Build your portfolio as you learn.</ p >
61
+ < p > Build your portfolio and Git timeline.</ p >
62
62
</ div >
63
63
64
64
< div css = { styles . options } >
You can’t perform that action at this time.
0 commit comments