Skip to content

Commit

Permalink
hide 4.0 banner on documentation site
Browse files Browse the repository at this point in the history
  • Loading branch information
SlicedSilver committed Aug 16, 2023
1 parent c0e6ac4 commit b54c4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit b54c4ac

Please sign in to comment.