Skip to content

Commit e296966

Browse files
authored
Comment out banner temporarily (#1209)
<!-- Explain the changes introduced in your PR --> ## Pull Request approval You will need to get your PR approved by at least one member of the Sourcegraph team. For reviews of docs formatting, styles, and component usage, please tag the docs team via the #docs Slack channel.
1 parent 3d2c54b commit e296966

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/components/Layout.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import { useEffect, useState } from 'react';
1212
import { LogoMark } from './LogoMark';
1313
import { Search } from './search/Search';
1414
import VersionSelector from './VersionSelector';
15-
import { TopBanner } from './TopBanner';
1615

1716
function GitHubIcon(props: React.ComponentPropsWithoutRef<'svg'>) {
1817
return (
@@ -45,14 +44,14 @@ function Header() {
4544
className="sticky top-0 z-50"
4645
>
4746
{/* Cody docs banner */}
48-
{isCodyDocs && !isopenCtxDocs && <TopBanner
47+
{/*isCodyDocs && !isopenCtxDocs && <TopBanner
4948
text="NEW: Introducing chat and search in a single input with Sourcegraph 6.0."
5049
link="https://sourcegraph.com/blog/combining-chat-and-search"
5150
linkText="Read here"
5251
textColor="#ffffff"
5352
backgroundColor="#F34E3F"
5453
opacity='0.80'
55-
/>}
54+
/>*/}
5655

5756
{/* Openctx docs banner */}
5857
{/* {isopenCtxDocs && <TopBanner

0 commit comments

Comments
 (0)