Skip to content

Commit 9233ff7

Browse files
authored
Update help.js
1 parent 5b7931e commit 9233ff7

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

src/pages/help.js

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)