diff --git a/website/src/pages/index.tsx b/website/src/pages/index.tsx index dc547b2b79..ff8d9d0cea 100644 --- a/website/src/pages/index.tsx +++ b/website/src/pages/index.tsx @@ -191,15 +191,15 @@ 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 = false; +const showBanner = true; function Index(): React.JSX.Element { return ( <> {showBanner ? ( ) : (