Skip to content

Commit

Permalink
Merge pull request #198 from persistenceOne/fix/text
Browse files Browse the repository at this point in the history
removed banner
  • Loading branch information
blackpanther1881 authored Nov 7, 2022
2 parents 7fcfa6d + ab5d759 commit f9a5270
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/layout/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import {

} from "../../constants/config";
import ReactGa from "react-ga";
import BannerTop from "./BannerTop";

const socialList = [
{
Expand Down Expand Up @@ -111,7 +110,6 @@ const Header = () => {
return (
<React.Fragment>
<Navbar className="navbar-custom fixed-top" expand="lg" expanded={mobileMenu} id="nav-bar">
<BannerTop/>
<div className="container p-0">
<Navbar.Brand href="#home">
<NavLink to="/">
Expand Down

0 comments on commit f9a5270

Please sign in to comment.