Skip to content

Commit f711925

Browse files
update classNames in About component
1 parent 608a0a7 commit f711925

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

src/components/About/About.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010
.list li {
1111
line-height: 1.8;
1212
}
13-
.join-us,
14-
.blog,
15-
.project {
13+
.link {
1614
color: #007a7c;
1715
font-weight: bold;
1816
}

src/components/About/About.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ const About = () => {
1717
</ul>
1818
<h2 className="title">The Open Source ChatShow</h2>
1919
<p>For the month of October, 2021, we have weekly virtual sessions showcasing voices from the open source community.
20-
Feel free to <a href="https://us02web.zoom.us/webinar/register/WN_0i4q_-RxRnGyr3t_uD_XXw" target="_blank" rel="noopener noreferrer" className="join-us">
20+
Feel free to <a href="https://us02web.zoom.us/webinar/register/WN_0i4q_-RxRnGyr3t_uD_XXw" target="_blank" rel="noopener noreferrer" className="link">
2121
join us!
2222
</a>
2323
</p>
2424
<p>
2525
You can also check out our <a href="https://frontendstudygroup.github.io/blog/" target="_blank" rel="noopener noreferrer"
26-
className="blog">blog</a> or contribute to <a href="https://github.com/frontendstudygroup/frontendstudygroup.github.io" target="_blank" rel="noopener noreferrer" className="project">this project.</a>
26+
className="link">blog</a> or contribute to <a href="https://github.com/frontendstudygroup/frontendstudygroup.github.io" target="_blank" rel="noopener noreferrer" className="link">this project.</a>
2727
</p>
2828
</div>
2929
)

0 commit comments

Comments
 (0)