Leave only 1 article

This commit is contained in:
Yana
2025-02-27 12:07:31 +02:00
parent aac1b4361e
commit 07f03f5239
4 changed files with 4 additions and 4 deletions
@@ -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>
);
+1 -1
View File
@@ -60,7 +60,7 @@ export default async function Home() {
<Grid size={12}>
<SectionHeading title="Onboarding" />
</Grid>
<BlogArticlesCards limit={4} />
<BlogArticlesCards ids={[1]} />
</Grid>
</ContentLayout>
);