Skip to content

Commit

Permalink
docs(website): remove contributors list from home page (#6174)
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Apr 10, 2024
1 parent 15def8b commit e21d6c4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
11 changes: 0 additions & 11 deletions website/theme/components/Contributors.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions website/theme/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { HomeFeature, Feature } from '../components/HomeFeatures';
import { NoSSR, usePageData } from 'rspress/runtime';
import { Benchmark } from '../components/Benchmark';
import { HomeFooter } from '../components/HomeFooter/index';
import { Contributors } from '../components/Contributors';

export function HomeLayout() {
const { page } = usePageData();
Expand All @@ -28,7 +27,6 @@ export function HomeLayout() {
<NoSSR>
<Benchmark />
</NoSSR>
<Contributors />
{/* Footer */}
<HomeFooter />
</div>
Expand Down

0 comments on commit e21d6c4

Please sign in to comment.