File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
packages/react-scripts/template/src Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 22
22
transform : translateY (100% );
23
23
}
24
24
25
+ .Toast a ,
25
26
.Toast-button {
26
27
padding : 0 ;
27
28
background : transparent;
31
32
font-size : inherit;
32
33
line-height : inherit;
33
34
text-transform : uppercase;
35
+ text-decoration : none;
34
36
flex : 0 0 0 ;
35
37
}
36
38
Original file line number Diff line number Diff line change @@ -68,7 +68,16 @@ export default function register() {
68
68
}
69
69
70
70
if ( process . env . NODE_ENV !== 'production' ) {
71
- showMessage ( 'Development mode started.' ) ;
71
+ showMessage (
72
+ < span >
73
+ Development mode started.{ ' ' }
74
+ < a
75
+ href = "https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md"
76
+ >
77
+ Read Me
78
+ </ a >
79
+ </ span >
80
+ ) ;
72
81
}
73
82
}
74
83
You can’t perform that action at this time.
0 commit comments