File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 11html , body {
22 height : 100% ;
33 font-family : ' Open Sans' , sans-serif ;
4+
5+ p {
6+ font-size : 16px ;
7+ line-height : 24px ;
8+ }
49}
510
611body {
Original file line number Diff line number Diff line change 11import React , { Component } from 'react' ;
2+ import { Link } from 'react-router-dom' ;
23import { Helmet } from 'react-helmet' ;
34import css from './index.scss' ;
45
@@ -10,6 +11,15 @@ export default class HomeContainer extends Component {
1011 < title > Home</ title >
1112 </ Helmet >
1213 < h1 > It Works!</ h1 >
14+ < p >
15+ You've successfully started up your first universally rendered react
16+ and redux app.< br />
17+ Hint: Try View Source on this page to see that it was
18+ rendered on the server as well.
19+ </ p >
20+ < p >
21+ Check out the < Link to = '/todos' > todos list</ Link > .
22+ </ p >
1323 </ div >
1424 ) ;
1525 }
Original file line number Diff line number Diff line change 11.home {
22 h1 {
3- font-size : 50 px ;
3+ font-size : 30 px ;
44 }
55}
You can’t perform that action at this time.
0 commit comments