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 = {
2929 } ,
3030 subtitle : {
3131 fontSize : '1.3rem' ,
32+ textAlign : 'center' as 'center' ,
3233 } ,
3334 options : {
3435 flex : 1 ,
@@ -54,11 +55,10 @@ export const StartPage = (props: Props) => (
5455 < BetaBadge >
5556 < span css = { styles . title } > CodeRoad</ span >
5657 </ 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 >
5960 < 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 >
6262 </ div >
6363
6464 < div css = { styles . options } >
You can’t perform that action at this time.
0 commit comments