diff --git a/client/src/components/Header/components/NavLogo.js b/client/src/components/Header/components/NavLogo.js
index 005fe3cf63..9773a324e5 100644
--- a/client/src/components/Header/components/NavLogo.js
+++ b/client/src/components/Header/components/NavLogo.js
@@ -1,28 +1,19 @@
import React from 'react';
-import Media from 'react-responsive';
const fCClogo = 'https://s3.amazonaws.com/freecodecamp/freecodecamp_logo.svg';
const fCCglyph = 'https://s3.amazonaws.com/freecodecamp/FFCFire.png';
function NavLogo() {
return (
-
- {matches =>
- matches ? (
-
- ) : (
-
- )
- }
-
+
+
+
+
+
);
}
diff --git a/client/src/components/Header/header.css b/client/src/components/Header/header.css
index f709288a45..b7e05691f5 100644
--- a/client/src/components/Header/header.css
+++ b/client/src/components/Header/header.css
@@ -127,28 +127,11 @@ header {
/* Navbar logo */
-.logo-glyph {
- height: 30px;
- width: auto;
-}
-
-.logo {
- display: none;
-}
-
.logoContainer {
margin-right: 10px;
}
@media (min-width: 735px) {
- .logo-glyph {
- display: none;
- }
-
- .logo {
- display: block;
- }
-
.logoContainer {
margin-right: 50px;
width: 25%;