Skip to content

Commit f1bc121

Browse files
committed
hide story carousel for now
1 parent da7bbb3 commit f1bc121

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

site/src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export default function Home(): JSX.Element {
8383
<Layout title="" description={siteConfig.tagline}>
8484
<HomepageHeader />
8585
<main>
86-
<StoriesInData />
86+
{BuildFlags.exploreStories && <StoriesInData />}
8787
<HomeDailyChart />
8888
<KilledName />
8989
<div style={{ height: 40 }} />

0 commit comments

Comments
 (0)