File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -483,7 +483,7 @@ details.alert div {
483
483
padding-top : 0 ;
484
484
}
485
485
486
- .linkInTextBlock a {
486
+ .textBlockWithLinks a {
487
487
text-decoration : underline;
488
488
}
489
489
Original file line number Diff line number Diff line change @@ -64,20 +64,20 @@ export default function Help(props) {
64
64
< h1 className = "help-heading-1" > Need help?</ h1 >
65
65
</ header >
66
66
< GridBlock
67
- className = "linkInTextBlock "
67
+ className = "textBlockWithLinks "
68
68
contents = { supportLinks . slice ( 0 , 3 ) }
69
69
layout = "threeColumn"
70
70
align = "left"
71
71
/>
72
72
< GridBlock
73
- className = "linkInTextBlock "
73
+ className = "textBlockWithLinks "
74
74
contents = { supportLinks . slice ( 3 ) }
75
75
layout = "threeColumn"
76
76
align = "left"
77
77
/>
78
78
< section >
79
79
< h2 className = "help-heading-2" > Buy a course</ h2 >
80
- < p className = "linkInTextBlock " >
80
+ < p className = "textBlockWithLinks " >
81
81
Learn how to test JavaScript with{ ' ' }
82
82
< ExternalLink href = "https://kentcdodds.com" >
83
83
Kent C. Dodds
@@ -107,7 +107,7 @@ export default function Help(props) {
107
107
community successful and improve tests for everyone in the long
108
108
run.
109
109
</ p >
110
- < p className = "linkInTextBlock " >
110
+ < p className = "textBlockWithLinks " >
111
111
Please consider helping us answer community questions and update
112
112
documentation content via the help links above. You can also help
113
113
support{ ' ' }
You can’t perform that action at this time.
0 commit comments