Skip to content

Commit 2637f22

Browse files
author
Brian Lu
committed
chore(name): updating class name to be clearer
1 parent a19180b commit 2637f22

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/css/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/pages/help.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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{' '}

0 commit comments

Comments
 (0)