From fde16ce02c8d6f66fe4cbf12dac358efbd810947 Mon Sep 17 00:00:00 2001 From: Maedah Batool Date: Tue, 24 Jun 2025 16:30:47 -0700 Subject: [PATCH] Comment out banner temporarily --- src/components/Layout.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 402ab0687..0c9eb7116 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -12,7 +12,6 @@ import { useEffect, useState } from 'react'; import { LogoMark } from './LogoMark'; import { Search } from './search/Search'; import VersionSelector from './VersionSelector'; -import { TopBanner } from './TopBanner'; function GitHubIcon(props: React.ComponentPropsWithoutRef<'svg'>) { return ( @@ -45,14 +44,14 @@ function Header() { className="sticky top-0 z-50" > {/* Cody docs banner */} - {isCodyDocs && !isopenCtxDocs && } + />*/} {/* Openctx docs banner */} {/* {isopenCtxDocs &&