update latest posts num

This commit is contained in:
ClovertaTheTrilobita 2026-04-13 23:21:08 +03:00
parent 2b2222c740
commit 74b3b723cf

View file

@ -16,7 +16,7 @@ const filteredPosts = sortedPosts.filter((post: any) => {
return postLang === lang; return postLang === lang;
}); });
const latestPosts = filteredPosts.slice(0, 5); const latestPosts = filteredPosts.slice(0, 7);
--- ---
<ul> <ul>