Skip to content

Commit 9665950

Browse files
author
pcarapic15
committed
Bring back core section
1 parent ff3b28b commit 9665950

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/community-stats/CommunityStatsContent.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import SynthesizeCardsSection from "./SynthesizeCardsSection";
66
import CommunityUsersSection from "./CommunityUsersSection";
77
import SdvInNumbersSection from "./SdvInNumbersSection";
88
import SdvCoreSection from "./SdvCoreSection";
9-
// import SdvOpenCoreSection from "./SdvOpenCoreSection";
9+
import SdvOpenCoreSection from "./SdvOpenCoreSection";
1010
import BannerSection from "./BannerSection";
1111
// import LatestsNewsSubSection from "./LatestsNewsSubSection";
1212

@@ -90,7 +90,7 @@ export default function CommunityStatsContent() {
9090
<SdvInNumbersSection data={data} />
9191
<CommunityUsersSection />
9292
{/* <LatestsNewsSubSection /> */}
93-
{/* <SdvOpenCoreSection /> */}
93+
<SdvOpenCoreSection />
9494
<SdvCoreSection dependenciesData={dependenciesData} />
9595
<NewsSliderSection />
9696
<BannerSection />

0 commit comments

Comments
 (0)