fix: Make the current challenge button do something
This commit is contained in:
committed by
mrugesh mohapatra
parent
7d7b2e049f
commit
1de757e1be
@ -8,6 +8,7 @@ import { Grid, Row, Col, Button } from '@freecodecamp/react-bootstrap';
|
||||
import Helmet from 'react-helmet';
|
||||
|
||||
import { Loader, Spacer } from '../components/helpers';
|
||||
import CurrentChallengeLink from '../components/helpers/CurrentChallengeLink';
|
||||
import Layout from '../components/layouts/Default';
|
||||
import {
|
||||
userSelector,
|
||||
@ -141,9 +142,11 @@ function Welcome({
|
||||
<Spacer />
|
||||
<Row>
|
||||
<Col sm={8} smOffset={2} xs={12}>
|
||||
<CurrentChallengeLink>
|
||||
<Button block={true} bsStyle='primary' className='btn-cta-big'>
|
||||
Go to my next challenge
|
||||
</Button>
|
||||
</CurrentChallengeLink>
|
||||
</Col>
|
||||
</Row>
|
||||
<Spacer size={4} />
|
||||
|
Reference in New Issue
Block a user