@@ -96,10 +96,10 @@ class Home extends React.Component {
96
96
< h3 className = "space__info" >
97
97
These are dynamic learning environments where everyone
98
98
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,
100
100
casual hackathons etc.
101
101
</ h3 >
102
- < Link href = { '/learn ' } >
102
+ < Link href = { '/space ' } >
103
103
< a className = "space__btn" > LEARN MORE ABOUT HACKERSPACE</ a >
104
104
</ Link >
105
105
</ div >
@@ -168,7 +168,7 @@ class Home extends React.Component {
168
168
We do frequent online and offline events, covering broad
169
169
range of topics, from Web Development to Data Science. The
170
170
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
172
172
comunities to help them reach a wider audience.
173
173
</ h3 >
174
174
< Link href = { '/events' } >
@@ -181,7 +181,9 @@ class Home extends React.Component {
181
181
< section className = "discord" >
182
182
< div className = "discord__container" >
183
183
< div className = "discord__content" >
184
- < h1 > Join our Discord Server, and say "Hello, word!"</ h1 >
184
+ < h1 >
185
+ Join our Discord Server, and say "Hello, world!"
186
+ </ h1 >
185
187
< div className = "discord__btnContainer" >
186
188
< a
187
189
href = "https://chat.coderplex.org"
0 commit comments