Skip to content

Commit

Permalink
Update src/pages/index.jsx
Browse files Browse the repository at this point in the history
Co-authored-by: Sergey Fedorov <[email protected]>
Signed-off-by: Shivank Anchal <[email protected]>
  • Loading branch information
anchalshivank and sergefdrv authored Aug 9, 2024
1 parent b92f0fc commit cdf80a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export default function Home() {
</p>
</p>
<div className="container padding-vert--xl">
<RecentBlogs blogs_count={blogsCount} />
<RecentBlogs nrPosts={nrRecentBlogPosts} />
</div>
</main>
</Layout>
Expand Down

0 comments on commit cdf80a5

Please sign in to comment.