release ready

This commit is contained in:
Mario Pesch 2022-10-21 10:55:39 +02:00
parent 9cb978b071
commit 48be116f5b
3 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ class Cookies extends Component {
return (
<CookieConsent
location="bottom"
buttonText="Okay!!"
buttonText="Okay!"
cookieName="cookieConsent"
style={{ background: "#2B373B" }}
buttonStyle={{ background: "white", color: "#4EAF47", fontSize: "1rem" }}

View File

@ -11,7 +11,7 @@ import WorkspaceFunc from "./Workspace/WorkspaceFunc";
import BlocklyWindow from "./Blockly/BlocklyWindow";
import CodeViewer from "./CodeViewer";
import TrashcanButtons from "./Workspace/TrashcanButtons";
import HintTutorialExists from "./Tutorial/HintTutorialExists";
// import HintTutorialExists from "./Tutorial/HintTutorialExists";
import DeviceSelection from "./DeviceSelection";
import Grid from "@material-ui/core/Grid";
@ -188,7 +188,7 @@ class Home extends Component {
) : null}
</Grid>
<DeviceSelection />
<HintTutorialExists />
{/* <HintTutorialExists /> */}
{this.props.platform ? (
<Dialog
style={{ zIndex: 9999999 }}