We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent831a5c0 commit5621c4bCopy full SHA for 5621c4b
src/components/community-stats/CommunityStatsContent.js
@@ -6,7 +6,7 @@ import SynthesizeCardsSection from "./SynthesizeCardsSection";
6
importCommunityUsersSectionfrom"./CommunityUsersSection";
7
importSdvInNumbersSectionfrom"./SdvInNumbersSection";
8
importSdvCoreSectionfrom"./SdvCoreSection";
9
-//import SdvOpenCoreSection from "./SdvOpenCoreSection";
+importSdvOpenCoreSectionfrom"./SdvOpenCoreSection";
10
importBannerSectionfrom"./BannerSection";
11
// import LatestsNewsSubSection from "./LatestsNewsSubSection";
12
@@ -90,7 +90,7 @@ export default function CommunityStatsContent() {
90
<SdvInNumbersSectiondata={data}/>
91
<CommunityUsersSection/>
92
{/* <LatestsNewsSubSection /> */}
93
-{/*<SdvOpenCoreSection /> */}
+<SdvOpenCoreSection/>
94
<SdvCoreSectiondependenciesData={dependenciesData}/>
95
<NewsSliderSection/>
96
<BannerSection/>