From 527f2c57a061f234945757269c2a4fd319f496f5 Mon Sep 17 00:00:00 2001 From: Scott Strubberg Date: Mon, 27 Mar 2023 09:49:01 -0500 Subject: [PATCH] fix(banner): removed platform cta (#3454) --- src/gatsby-theme-carbon/components/Layout.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gatsby-theme-carbon/components/Layout.js b/src/gatsby-theme-carbon/components/Layout.js index 7804d80765f..955dc1a8591 100644 --- a/src/gatsby-theme-carbon/components/Layout.js +++ b/src/gatsby-theme-carbon/components/Layout.js @@ -7,7 +7,7 @@ import Header from 'gatsby-theme-carbon/src/components/Header'; import Switcher from 'gatsby-theme-carbon/src/components/Switcher'; import Footer from 'gatsby-theme-carbon/src/components/Footer'; import Container from 'gatsby-theme-carbon/src/components/Container'; -import Banner from '../../components/Banner'; +// import Banner from '../../components/Banner'; import 'gatsby-theme-carbon/src/styles/index.scss'; import { layout } from '../../styles/Layout.module.scss'; @@ -44,7 +44,7 @@ const Layout = ({ pageDescription={pageDescription} pageKeywords={pageKeywords} /> - {homepage && } + {/* {homepage && } */}