Show top ten hardcore leaderboard on home
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
return;
|
||||
}
|
||||
|
||||
const top = rows.slice(0, 5);
|
||||
const top = rows.slice(0, 10);
|
||||
|
||||
if (!top.length) {
|
||||
list.innerHTML = `<li><span class="rank">1.</span><span>—</span></li>`;
|
||||
|
||||
Reference in New Issue
Block a user