Leave only 1 article
This commit is contained in:
@@ -48,7 +48,7 @@ export default async function Account({
|
||||
<Grid size={12}>
|
||||
<SectionHeading title="Onboarding" />
|
||||
</Grid>
|
||||
<BlogArticlesCards ids={[4]} />
|
||||
<BlogArticlesCards ids={[1]} />
|
||||
</Grid>
|
||||
</ContentLayout>
|
||||
);
|
||||
|
||||
@@ -8,7 +8,7 @@ export default function OnboardingPage() {
|
||||
<ContentLayout>
|
||||
<SectionHeading title="Onboarding page" />
|
||||
<Grid container spacing={4}>
|
||||
<BlogArticlesCards />
|
||||
<BlogArticlesCards ids={[1]} />
|
||||
</Grid>
|
||||
</ContentLayout>
|
||||
);
|
||||
|
||||
@@ -17,7 +17,7 @@ export default async function StakingPage() {
|
||||
<Grid size={12}>
|
||||
<SectionHeading title="Onboarding" />
|
||||
</Grid>
|
||||
<BlogArticlesCards ids={[2]} />
|
||||
<BlogArticlesCards ids={[1]} />
|
||||
</Grid>
|
||||
</ContentLayout>
|
||||
);
|
||||
|
||||
@@ -60,7 +60,7 @@ export default async function Home() {
|
||||
<Grid size={12}>
|
||||
<SectionHeading title="Onboarding" />
|
||||
</Grid>
|
||||
<BlogArticlesCards limit={4} />
|
||||
<BlogArticlesCards ids={[1]} />
|
||||
</Grid>
|
||||
</ContentLayout>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user