Skip to content

Commit

Permalink
Change itemsPerPage to 50
Browse files Browse the repository at this point in the history
  • Loading branch information
patapancakes committed Jul 21, 2024
1 parent 1f572fb commit 5979d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingame/browser/browser.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const header = `<html>
</style>
`

const itemsPerPage = 25
const itemsPerPage = 50

func Handle(w http.ResponseWriter, r *http.Request) {
var category string
Expand Down

0 comments on commit 5979d53

Please sign in to comment.