feat: commandline chic
This commit is contained in:
committed by
mrugesh
parent
f0329da61a
commit
31e3d9b27e
@@ -40,7 +40,7 @@ const IndexPage = ({
|
||||
<Helmet title='Learn | freeCodeCamp.org' />
|
||||
<Spacer />
|
||||
<Spacer />
|
||||
<h2>Welcome to the freeCodeCamp curriculum</h2>
|
||||
<h1 className='text-center'>Welcome to the freeCodeCamp curriculum</h1>
|
||||
<p>
|
||||
We have thousands of coding lessons to help you improve your skills.
|
||||
</p>
|
||||
@@ -57,7 +57,6 @@ const IndexPage = ({
|
||||
If you are new to coding, we recommend you{' '}
|
||||
<Link to={slug}>start at the beginning</Link>.
|
||||
</p>
|
||||
<Spacer />
|
||||
<Map
|
||||
introNodes={mdEdges.map(({ node }) => node)}
|
||||
nodes={edges
|
||||
|
Reference in New Issue
Block a user