Skip to content

Commit

Permalink
Bump /rankings to 32 rows
Browse files Browse the repository at this point in the history
It looks nicer against the current height of the sidebar and it's
a power of 2 :-)
  • Loading branch information
JRaspass committed Mar 28, 2021
1 parent 6cb3ae1 commit 0a874af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pager/pager.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"strconv"
)

const PerPage = 30
const PerPage = 32

type Pager struct {
lastPage, First, Last, Offset, Page, Total int
Expand Down

0 comments on commit 0a874af

Please sign in to comment.