File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ import { useEffect, useState } from 'react';
1212import { LogoMark } from './LogoMark' ;
1313import { Search } from './search/Search' ;
1414import VersionSelector from './VersionSelector' ;
15- import { TopBanner } from './TopBanner' ;
1615
1716function 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
You can’t perform that action at this time.
0 commit comments