Formatted the project

This commit is contained in:
mr. M 2025-02-04 01:26:58 +01:00
parent 18e7c722f1
commit 847937afae
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB
3 changed files with 2837 additions and 932 deletions

View file

@ -73,7 +73,7 @@ export default function ModsList({ mods }: ModsListProps) {
function getPageUrl(pageNum: number) {
const params = new URLSearchParams(searchParams)
if (pageNum > 1) {
params.set('page', pageNum.toString())
} else {