Minor chages including class name rename, max entries to load on front page

This commit is contained in:
mrfry 2021-04-20 10:19:02 +02:00
parent b88a4d9c9e
commit a91fa4a7fe
8 changed files with 417 additions and 15 deletions

View file

@ -10,7 +10,7 @@ import Composer from '../components/composer'
import styles from './index.module.css'
import constants from '../constants.json'
const forumPostPerPage = 2
const forumPostPerPage = 5
const frontpageForumName = 'frontpage'
function fetchForum(from) {