mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 01:10:02 +02:00
Formatted the project
This commit is contained in:
parent
18e7c722f1
commit
847937afae
3 changed files with 2837 additions and 932 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue