From b54c4ac6042302aa271cf9ae3dfa95017601ae44 Mon Sep 17 00:00:00 2001 From: Mark Silverwood Date: Wed, 16 Aug 2023 21:04:35 +0100 Subject: [PATCH] hide 4.0 banner on documentation site --- website/src/pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/pages/index.tsx b/website/src/pages/index.tsx index c09e568742..dc547b2b79 100644 --- a/website/src/pages/index.tsx +++ b/website/src/pages/index.tsx @@ -191,7 +191,7 @@ const codeBlocks: CodeBlockProps[] = [ const header = 'Lightweight Charts™ Documentation'; const paragraph = `Lightweight Charts™ is a library for creating interactive financial charts. This documentation site provides all the information needed to get started with Lightweight Charts™ and help you make the most of its features.`; -const showBanner = true; +const showBanner = false; function Index(): React.JSX.Element { return (