add tour in de and en

This commit is contained in:
Mario
2020-12-17 11:02:29 +01:00
parent 1e9361b730
commit fdcd5c9c5d
8 changed files with 198 additions and 42 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ class SolutionCheck extends Component {
<div>
<Tooltip title={Blockly.Msg.tooltip_check_solution} arrow>
<IconButton
className={this.props.classes.compile}
className={`solutionCheck ${this.props.classes.compile}`}
style={{ width: '40px', height: '40px', marginRight: '5px' }}
onClick={() => this.check()}
>