File tree 2 files changed +12
-1
lines changed
packages/react-scripts/template/src
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 @@ -69,7 +69,16 @@ export default function register() {
69
69
}
70
70
71
71
if ( process . env . NODE_ENV !== 'production' ) {
72
- showMessage ( 'Development mode started.' ) ;
72
+ showMessage (
73
+ < span >
74
+ Development mode started.{ ' ' }
75
+ < a
76
+ href = "https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md"
77
+ >
78
+ Read Me
79
+ </ a >
80
+ </ span >
81
+ ) ;
73
82
}
74
83
}
75
84
You can’t perform that action at this time.
0 commit comments