From 32848376a4cd0883531acd94908a6b107b00b8b4 Mon Sep 17 00:00:00 2001 From: Lee Calcote Date: Mon, 14 Oct 2024 17:07:53 -0500 Subject: [PATCH] Remove TopPromotionalBanner component from layout.js Signed-off-by: Lee Calcote --- src/components/layout.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/layout.js b/src/components/layout.js index 475c1e820836..2b2fe9e5d8a6 100644 --- a/src/components/layout.js +++ b/src/components/layout.js @@ -12,7 +12,7 @@ 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 }) => { @@ -20,7 +20,7 @@ const Layout = ({ children }) => { return ( <> - + {/* */} {children}