fix(settings): Remove Email us button from Settings page (#16616)
Removed Email us button from Settings since it was no longer accurate BREAKING CHANGE: none Closes #16613
This commit is contained in:
committed by
Stuart Taylor
parent
8ca5575ac5
commit
c76ebf0cee
@ -166,15 +166,6 @@ export class Settings extends React.Component {
|
|||||||
>
|
>
|
||||||
Sign me out of freeCodeCamp
|
Sign me out of freeCodeCamp
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
|
||||||
block={ true }
|
|
||||||
bsSize='lg'
|
|
||||||
bsStyle='primary'
|
|
||||||
className='btn-link-social'
|
|
||||||
href={ 'mail:team@freecodecamp.com' }
|
|
||||||
>
|
|
||||||
Email us at team@freecodecamp.com
|
|
||||||
</Button>
|
|
||||||
</Col>
|
</Col>
|
||||||
</Row>
|
</Row>
|
||||||
<h1 className='text-center'>Settings for your Account</h1>
|
<h1 className='text-center'>Settings for your Account</h1>
|
||||||
|
Reference in New Issue
Block a user