mirror of
https://github.com/revanced/revanced-website.git
synced 2025-05-05 17:04:28 +02:00
fix: fix logo page calculation
This commit is contained in:
parent
ae86d6c986
commit
0601657395
@ -76,7 +76,7 @@
|
||||
min = currentPage * logoAmount;
|
||||
max = min + logoAmount;
|
||||
|
||||
logoPages = Math.floor(logos.length / logoAmount);
|
||||
logoPages = Math.ceil(logos.length / logoAmount);
|
||||
// update ui
|
||||
logos = logos;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user