Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
634750802 committed Oct 28, 2024
1 parent d671fab commit b45567d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/pages/open-source-heroes/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { HeadingSection } from '@site/src/pages/open-source-heroes/_sections/0-heading';
import { HowItWorks } from '@site/src/pages/open-source-heroes/_sections/1-how-it-works';
// import { HowItWorks } from '@site/src/pages/open-source-heroes/_sections/1-how-it-works';
import { IntroductionsSection } from '@site/src/pages/open-source-heroes/_sections/2-introduction';
import { ReviewsSection } from '@site/src/pages/open-source-heroes/_sections/3-reviews';
import { ContributionsSection } from '@site/src/pages/open-source-heroes/_sections/4-contributions';
Expand All @@ -18,7 +18,7 @@ export default function Page () {
footer={false}
>
<HeadingSection />
<HowItWorks />
{/* <HowItWorks /> */}
<IntroductionsSection />
<ReviewsSection />
<ContributionsSection />
Expand Down

0 comments on commit b45567d

Please sign in to comment.