File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 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) {
6161 < div className = "mainContainer documentContainer postContainer helpContainer" >
6262 < div >
6363 < header >
64- < h1 >
65- < p className = "headings" > Need help?</ p >
66- </ h1 >
64+ < h1 className = "help-heading-1" > Need help?</ h1 >
6765 </ header >
6866 < GridBlock
6967 contents = { supportLinks . slice ( 0 , 3 ) }
@@ -76,9 +74,7 @@ export default function Help(props) {
7674 align = "left"
7775 />
7876 < section >
79- < h1 >
80- < p className = "headings" > Buy a course</ p >
81- </ h1 >
77+ < h2 className = "help-heading-2" > Buy a course</ h2 >
8278 < p >
8379 Learn how to test JavaScript with{ ' ' }
8480 < ExternalLink href = "https://kentcdodds.com" >
@@ -100,9 +96,7 @@ export default function Help(props) {
10096 </ div >
10197 </ section >
10298 < 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 >
106100 </ header >
107101 < p >
108102 Thanks! The Testing Library maintainers are happy to maintain this
You can’t perform that action at this time.
0 commit comments