reduced number of changelog entries displayed on main page from 4 to 3
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
let latestDevlogDate = devlogPosts[0].post.date;
|
||||
let latestBlogDate = blogPosts[0].post.date;
|
||||
|
||||
let changelogEntriesTrimmed = changelogEntries.slice(0, 4);
|
||||
let changelogEntriesTrimmed = changelogEntries.slice(0, 3);
|
||||
|
||||
const galleryTopRow: GalleryRowEntry[] = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user