diff --git a/public/fox.ico b/public/fox.ico index 63f9006e..e526d2f1 100644 Binary files a/public/fox.ico and b/public/fox.ico differ diff --git a/public/logo-192.png b/public/logo-192.png index ea0bb236..34beedc1 100644 Binary files a/public/logo-192.png and b/public/logo-192.png differ diff --git a/public/logo-512.png b/public/logo-512.png index 5026b3d3..40ff3ee4 100644 Binary files a/public/logo-512.png and b/public/logo-512.png differ diff --git a/src/components/Header/index.css b/src/components/Header/index.css index 5e97b98f..e8b1a756 100644 --- a/src/components/Header/index.css +++ b/src/components/Header/index.css @@ -3,7 +3,7 @@ height: 170px; display: flex; flex: 1; - background: #E9F2FF; + background: #190066; margin-bottom: 55px; position: relative; align-items: center; diff --git a/src/components/Header/index.js b/src/components/Header/index.js index 16c805e0..95416247 100644 --- a/src/components/Header/index.js +++ b/src/components/Header/index.js @@ -1,13 +1,11 @@ import React, { Component } from 'react' import BgImage from '../../images/bg-img.svg'; -import LogoWordmark from '../../images/logo-wordmark.svg'; import './index.css'; export default class Header extends Component { render(){ return (