Skip to content

Commit

Permalink
fix(banner): removed platform cta (#3454)
Browse files Browse the repository at this point in the history
  • Loading branch information
sstrubberg authored Mar 27, 2023
1 parent 9246069 commit 527f2c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gatsby-theme-carbon/components/Layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -44,7 +44,7 @@ const Layout = ({
pageDescription={pageDescription}
pageKeywords={pageKeywords}
/>
{homepage && <Banner />}
{/* {homepage && <Banner />} */}
<Header />
<Switcher />
<LeftNav homepage={homepage} is404Page={is404} theme={theme} />
Expand Down

1 comment on commit 527f2c5

@vercel
Copy link

@vercel vercel bot commented on 527f2c5 Mar 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.