reduced number of changelog entries displayed on main page from 4 to 3

This commit is contained in:
2026-02-16 14:35:10 +01:00
parent 12671306b7
commit f5c8aba740

View File

@@ -11,7 +11,7 @@
let latestDevlogDate = devlogPosts[0].post.date; let latestDevlogDate = devlogPosts[0].post.date;
let latestBlogDate = blogPosts[0].post.date; let latestBlogDate = blogPosts[0].post.date;
let changelogEntriesTrimmed = changelogEntries.slice(0, 4); let changelogEntriesTrimmed = changelogEntries.slice(0, 3);
const galleryTopRow: GalleryRowEntry[] = [ const galleryTopRow: GalleryRowEntry[] = [
{ {