Skip to content

Commit

Permalink
Remove TopPromotionalBanner component from layout.js
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Calcote <[email protected]>
  • Loading branch information
leecalcote committed Oct 14, 2024
1 parent b3c5b94 commit 3284837
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ import PropTypes from "prop-types";
import ScrollToTopBtn from "./Scrolltotop-button";
import Navigation from "../sections/General/Navigation";
import Footer from "../sections/General/Footer";
import TopPromotionalBanner from "./TopPromotionalBanner";
// import TopPromotionalBanner from "./TopPromotionalBanner";
import { GlobalStyle } from "../sections/app.style";

const Layout = ({ children }) => {

return (
<>
<GlobalStyle />
<TopPromotionalBanner />
{/* <TopPromotionalBanner /> */}
<Navigation/>
{children}
<ScrollToTopBtn />
Expand Down

0 comments on commit 3284837

Please sign in to comment.