Skip to content

Commit

Permalink
docs:remove HomeUserBy component (#4879)
Browse files Browse the repository at this point in the history
Signed-off-by: jingyang <[email protected]>
  • Loading branch information
zjy365 authored Jul 10, 2024
1 parent 2469734 commit 85318ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const Home = () => {
<Capability isPc={isPc} />
<Introduce isPc={isPc} />
<Community isPc={isPc} />
<HomeUserBy isPc={isPc} />
{/* <HomeUserBy isPc={isPc} /> */}
<HomeFooter isPc={isPc} />
</div>
</Layout>
Expand Down

0 comments on commit 85318ad

Please sign in to comment.