Started working on company previews

This commit is contained in:
2018-03-13 23:30:09 +01:00
parent 40e2c43a8d
commit 4e8d02616a
3 changed files with 40 additions and 4 deletions

View File

@ -8,7 +8,7 @@ import (
"github.com/animenotifier/notify.moe/utils/infinitescroll"
)
const maxPopularCompanies = 50
const maxPopularCompanies = 60
// Popular renders the best companies.
func Popular(ctx *aero.Context) string {