From dc9204d95a5efed55290200ba6fc69336e5c72fb Mon Sep 17 00:00:00 2001 From: Mark Silverwood <3482679+SlicedSilver@users.noreply.github.com> Date: Fri, 15 Nov 2024 16:09:11 +0000 Subject: [PATCH] hide banner on documentation landing page --- 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 ff8d9d0ce..a5f502072 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 (