File tree 1 file changed +3
-9
lines changed
1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -61,9 +61,7 @@ export default function Help(props) {
61
61
< div className = "mainContainer documentContainer postContainer helpContainer" >
62
62
< div >
63
63
< header >
64
- < h1 >
65
- < p className = "headings" > Need help?</ p >
66
- </ h1 >
64
+ < h1 className = "help-heading-1" > Need help?</ h1 >
67
65
</ header >
68
66
< GridBlock
69
67
contents = { supportLinks . slice ( 0 , 3 ) }
@@ -76,9 +74,7 @@ export default function Help(props) {
76
74
align = "left"
77
75
/>
78
76
< section >
79
- < h1 >
80
- < p className = "headings" > Buy a course</ p >
81
- </ h1 >
77
+ < h2 className = "help-heading-2" > Buy a course</ h2 >
82
78
< p >
83
79
Learn how to test JavaScript with{ ' ' }
84
80
< ExternalLink href = "https://kentcdodds.com" >
@@ -100,9 +96,7 @@ export default function Help(props) {
100
96
</ div >
101
97
</ section >
102
98
< header className = "postHeader" >
103
- < h1 >
104
- < p className = "headings" > Want to help?</ p >
105
- </ h1 >
99
+ < h2 className = "help-heading-2" > Want to help?</ h2 >
106
100
</ header >
107
101
< p >
108
102
Thanks! The Testing Library maintainers are happy to maintain this
You can’t perform that action at this time.
0 commit comments