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 (