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 {
483483 padding-top : 0 ;
484484}
485485
486- .linkInTextBlock a {
486+ .textBlockWithLinks a {
487487 text-decoration : underline;
488488}
489489
Original file line number Diff line number Diff line change @@ -64,20 +64,20 @@ export default function Help(props) {
6464 < h1 className = "help-heading-1" > Need help?</ h1 >
6565 </ header >
6666 < GridBlock
67- className = "linkInTextBlock "
67+ className = "textBlockWithLinks "
6868 contents = { supportLinks . slice ( 0 , 3 ) }
6969 layout = "threeColumn"
7070 align = "left"
7171 />
7272 < GridBlock
73- className = "linkInTextBlock "
73+ className = "textBlockWithLinks "
7474 contents = { supportLinks . slice ( 3 ) }
7575 layout = "threeColumn"
7676 align = "left"
7777 />
7878 < section >
7979 < h2 className = "help-heading-2" > Buy a course</ h2 >
80- < p className = "linkInTextBlock " >
80+ < p className = "textBlockWithLinks " >
8181 Learn how to test JavaScript with{ ' ' }
8282 < ExternalLink href = "https://kentcdodds.com" >
8383 Kent C. Dodds
@@ -107,7 +107,7 @@ export default function Help(props) {
107107 community successful and improve tests for everyone in the long
108108 run.
109109 </ p >
110- < p className = "linkInTextBlock " >
110+ < p className = "textBlockWithLinks " >
111111 Please consider helping us answer community questions and update
112112 documentation content via the help links above. You can also help
113113 support{ ' ' }
You can’t perform that action at this time.
0 commit comments