Skip to content

Commit b858056

Browse files
committed
Fix missing property that causes build failure.
1 parent 1322d48 commit b858056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/pages/opensource.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default function OSS() {
1919
<Layout>
2020
<Hero />
2121
<Container>
22-
<Community />
22+
<Community homePage={false} />
2323
</Container>
2424
</Layout>
2525
</>

0 commit comments

Comments
 (0)