fix: rollback react-hotkeys and remove buttons

This commit is contained in:
Oliver Eyton-Williams
2019-09-19 15:17:44 +02:00
committed by mrugesh
parent 465f206a9d
commit cd3ef998a6
10 changed files with 100 additions and 223 deletions

View File

@@ -198,14 +198,7 @@ export class BackEnd extends Component {
<Row>
<Col md={8} mdOffset={2} sm={10} smOffset={1} xs={12}>
<Spacer />
<ChallengeTitle
introPath={introPath}
nextChallengePath={nextChallengePath}
prevChallengePath={prevChallengePath}
showPrevNextBtns={true}
>
{blockNameTitle}
</ChallengeTitle>
<ChallengeTitle>{blockNameTitle}</ChallengeTitle>
<ChallengeDescription
description={description}
instructions={instructions}