Show top ten hardcore leaderboard on home

This commit is contained in:
Your Name
2026-06-13 21:07:21 -04:00
parent 8d4d1772ca
commit 3fdc4fda38
2 changed files with 3 additions and 14 deletions
+1 -1
View File
@@ -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>`;