chore: Remove welcome link
This commit is contained in:
committed by
mrugesh mohapatra
parent
0975b87a63
commit
db4bb351d4
@ -22,7 +22,7 @@ import { randomQuote } from '../utils/get-words';
|
|||||||
import './welcome.css';
|
import './welcome.css';
|
||||||
|
|
||||||
const propTypes = {
|
const propTypes = {
|
||||||
activedonations: PropTypes.number,
|
activeDonations: PropTypes.number,
|
||||||
fetchState: PropTypes.shape({
|
fetchState: PropTypes.shape({
|
||||||
pending: PropTypes.bool,
|
pending: PropTypes.bool,
|
||||||
complete: PropTypes.bool,
|
complete: PropTypes.bool,
|
||||||
@ -108,18 +108,6 @@ function Welcome({
|
|||||||
isDonating={isDonating}
|
isDonating={isDonating}
|
||||||
/>
|
/>
|
||||||
<Spacer size={2} />
|
<Spacer size={2} />
|
||||||
<Row>
|
|
||||||
<Col sm={8} smOffset={2} xs={12}>
|
|
||||||
<a
|
|
||||||
className='update-link'
|
|
||||||
href='/n/7gR5pBM-K?refsource=userhome'
|
|
||||||
target='_blank'
|
|
||||||
>
|
|
||||||
We're building a massive open dataset about new coders. Take the
|
|
||||||
2018 New Coder Survey. It only takes 5 minutes.
|
|
||||||
</a>
|
|
||||||
</Col>
|
|
||||||
</Row>
|
|
||||||
<Spacer />
|
<Spacer />
|
||||||
<Row className='quote-partial'>
|
<Row className='quote-partial'>
|
||||||
<Col sm={10} smOffset={1} xs={12}>
|
<Col sm={10} smOffset={1} xs={12}>
|
||||||
|
Reference in New Issue
Block a user