fix: project views and icons for intros (#36811)
This commit is contained in:
committed by
Ahmad Abdolsaheb
parent
93360f4e01
commit
5d92b3c668
@@ -98,47 +98,3 @@ export default connect(
|
||||
mapStateToProps,
|
||||
mapDispatchToProps
|
||||
)(ToolPanel);
|
||||
|
||||
/*
|
||||
<Button
|
||||
block={true}
|
||||
bsStyle='default'
|
||||
className='btn-big'
|
||||
onClick={executeChallenge}
|
||||
>
|
||||
Run tests (Ctrl + Enter)
|
||||
</Button>
|
||||
<div className='button-spacer' />
|
||||
<Button
|
||||
block={true}
|
||||
bsStyle='default'
|
||||
className='btn-big'
|
||||
onClick={openResetModal}
|
||||
>
|
||||
Reset this lesson
|
||||
</Button>
|
||||
<div className='button-spacer' />
|
||||
{guideUrl && (
|
||||
<div>
|
||||
<Button
|
||||
block={true}
|
||||
bsStyle='default'
|
||||
className='btn-big'
|
||||
href={guideUrl}
|
||||
target='_blank'
|
||||
>
|
||||
Get a hint
|
||||
</Button>
|
||||
<div className='button-spacer' />
|
||||
</div>
|
||||
)}
|
||||
<Button
|
||||
block={true}
|
||||
bsStyle='default'
|
||||
className='btn-big'
|
||||
onClick={openHelpModal}
|
||||
>
|
||||
Ask for help on the forum
|
||||
</Button>
|
||||
<div className='button-spacer' />
|
||||
*/
|
||||
|
Reference in New Issue
Block a user