Impressum
|
diff --git a/src/components/MaxBlocks.js b/src/components/MaxBlocks.js
index 4a0b86c..bf4981a 100644
--- a/src/components/MaxBlocks.js
+++ b/src/components/MaxBlocks.js
@@ -28,14 +28,13 @@ class MaxBlocks extends Component {
return (
-
diff --git a/src/components/Navbar.js b/src/components/Navbar.js
index a72d41a..cd6ebf7 100644
--- a/src/components/Navbar.js
+++ b/src/components/Navbar.js
@@ -2,6 +2,7 @@ import React, { Component } from 'react';
import { Link } from 'react-router-dom';
import ClearWorkspace from './ClearWorkspace';
+import senseboxLogo from './sensebox_logo.svg';
import { withStyles } from '@material-ui/core/styles';
import Drawer from '@material-ui/core/Drawer';
@@ -51,7 +52,7 @@ class Navbar extends Component {
style={{height: '50px', marginBottom: '30px'}}
classes={{root: this.props.classes.appBarColor}}
>
-
+
+
+
+
- this.getArduinoCode()}>
+ this.getArduinoCode()}>
Get Adurino Code
- this.getXMLCode()}>
+ this.getXMLCode()}>
Get XML Code
diff --git a/src/components/WorkspaceStats.js b/src/components/WorkspaceStats.js
index 51ec1fa..2317d79 100644
--- a/src/components/WorkspaceStats.js
+++ b/src/components/WorkspaceStats.js
@@ -27,7 +27,7 @@ class WorkspaceStats extends Component {
const workspace = Blockly.getMainWorkspace();
const remainingBlocksInfinity = workspace ? workspace.remainingCapacity() !== Infinity : null;
return (
-
+
diff --git a/src/components/sensebox_logo.svg b/src/components/sensebox_logo.svg
new file mode 100644
index 0000000..82eb0e1
--- /dev/null
+++ b/src/components/sensebox_logo.svg
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file