From 1ac11ea796769fef497978e03546b1548b02b1be Mon Sep 17 00:00:00 2001 From: Mario Pesch Date: Tue, 23 Nov 2021 12:00:53 +0100 Subject: [PATCH] fix issue --- src/components/Home.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/components/Home.js b/src/components/Home.js index 32000b0..171a61f 100644 --- a/src/components/Home.js +++ b/src/components/Home.js @@ -12,8 +12,6 @@ import BlocklyWindow from "./Blockly/BlocklyWindow"; import CodeViewer from "./CodeViewer"; import TrashcanButtons from "./Workspace/TrashcanButtons"; import HintTutorialExists from "./Tutorial/HintTutorialExists"; -import Snackbar from "./Snackbar"; - import Grid from "@material-ui/core/Grid"; import IconButton from "@material-ui/core/IconButton"; @@ -149,7 +147,7 @@ class Home extends Component { this.state.codeOn ? this.props.classes.codeOn : this.props.classes.codeOff - }} + }`} style={{ width: "40px", height: "40px", @@ -219,7 +217,6 @@ Home.propTypes = { message: PropTypes.object.isRequired, statistics: PropTypes.bool.isRequired, platform: PropTypes.object.isRequired, - }; const mapStateToProps = (state) => ({