release ready
This commit is contained in:
parent
9cb978b071
commit
48be116f5b
@ -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" }}
|
||||
|
@ -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 }}
|
||||
|
@ -266,7 +266,7 @@ class Navbar extends Component {
|
||||
<ListItemIcon>
|
||||
<FontAwesomeIcon icon={item.icon} />
|
||||
</ListItemIcon>
|
||||
{item.text === "CodeEditor" ? (
|
||||
{item.text === "Code Editor" ? (
|
||||
<Badge badgeContent={"Experimental"} color="primary">
|
||||
<ListItemText primary={item.text} />
|
||||
</Badge>
|
||||
|
Loading…
x
Reference in New Issue
Block a user