fix: project views and icons for intros (#36811)

This commit is contained in:
mrugesh
2019-09-19 12:44:58 +05:30
committed by Ahmad Abdolsaheb
parent 93360f4e01
commit 5d92b3c668
16 changed files with 155 additions and 166 deletions

View File

@@ -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' />
*/