diff --git a/public/favicon.ico b/public/favicon.ico deleted file mode 100644 index bcd5dfd..0000000 Binary files a/public/favicon.ico and /dev/null differ diff --git a/public/favicon.png b/public/favicon.png new file mode 100644 index 0000000..5dc7b7b Binary files /dev/null and b/public/favicon.png differ diff --git a/public/index.html b/public/index.html index aa069f2..3cc5778 100644 --- a/public/index.html +++ b/public/index.html @@ -2,13 +2,9 @@ - + - - + - React App + senseBox Blockly diff --git a/public/manifest.json b/public/manifest.json index 080d6c7..b5ec843 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -3,9 +3,9 @@ "name": "Create React App Sample", "icons": [ { - "src": "favicon.ico", + "src": "favicon.png", "sizes": "64x64 32x32 24x24 16x16", - "type": "image/x-icon" + "type": "image/png" }, { "src": "logo192.png", @@ -20,6 +20,6 @@ ], "start_url": ".", "display": "standalone", - "theme_color": "#000000", - "background_color": "#ffffff" + "theme_color": "#4EAF47", + "background_color": "#4EAF47" } diff --git a/src/App.css b/src/App.css index adadb75..a8c8f37 100644 --- a/src/App.css +++ b/src/App.css @@ -3,5 +3,5 @@ overflow: hidden; display: block; position: relative; - padding-bottom: 60px; /* height of your footer + 30px*/ + /* padding-bottom: 60px; /* height of your footer + 30px*/ } diff --git a/src/components/Footer.js b/src/components/Footer.js index 46466eb..fa068da 100644 --- a/src/components/Footer.js +++ b/src/components/Footer.js @@ -8,7 +8,7 @@ class Footer extends Component { render() { return (