Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit facadf4

Browse files
committed
Merge branch 'landing-page' of github.com:coderplex/coderplex into landing-page
2 parents 3ae0175 + 04e8be8 commit facadf4

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

pages/index.js

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ class Home extends React.Component {
9696
<h3 className="space__info">
9797
These are dynamic learning environments where everyone
9898
learns at their own pace and compliments each other. We also
99-
organize weekly group activities like Open source evenings,
99+
organize weekly group activities like Open Source evenings,
100100
casual hackathons etc.
101101
</h3>
102-
<Link href={'/learn'}>
102+
<Link href={'/space'}>
103103
<a className="space__btn">LEARN MORE ABOUT HACKERSPACE</a>
104104
</Link>
105105
</div>
@@ -168,7 +168,7 @@ class Home extends React.Component {
168168
We do frequent online and offline events, covering broad
169169
range of topics, from Web Development to Data Science. The
170170
goal of these events are to share knowledge, connect with
171-
people and enable collabration. We also partner with local
171+
people and enable collaboration. We also partner with local
172172
comunities to help them reach a wider audience.
173173
</h3>
174174
<Link href={'/events'}>
@@ -181,7 +181,9 @@ class Home extends React.Component {
181181
<section className="discord">
182182
<div className="discord__container">
183183
<div className="discord__content">
184-
<h1>Join our Discord Server, and say &#34;Hello, word!&#34;</h1>
184+
<h1>
185+
Join our Discord Server, and say &#34;Hello, world!&#34;
186+
</h1>
185187
<div className="discord__btnContainer">
186188
<a
187189
href="https://chat.coderplex.org"

0 commit comments

Comments
 (0)