File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-redux-universal-hot-example" ,
3
3
"description" : " Example of an isomorphic (universal) webapp using react redux and hot reloading" ,
4
- "repository" : " https://github.com/erikras /react-redux-universal-hot-example" ,
4
+ "repository" : " https://github.com/dongcai /react-redux-universal-hot-example" ,
5
5
"logo" : " http://node-js-sample.herokuapp.com/node.svg" ,
6
6
"keywords" : [
7
7
" react" ,
14
14
" redux" ,
15
15
" starter" ,
16
16
" boilerplate" ,
17
- " babel"
17
+ " babel" ,
18
+ " semantic ui theme"
18
19
]
19
20
}
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ export default class Home extends Component {
35
35
< p >
36
36
< a
37
37
className = { styles . github }
38
- href = "https://github.com/bertho-zero /react-redux-semantic -universal-hot-example"
38
+ href = "https://github.com/dongcai /react-redux-universal-hot-example"
39
39
target = "_blank"
40
40
rel = "noopener noreferrer"
41
41
>
You can’t perform that action at this time.
0 commit comments