improve front page

This commit is contained in:
evanpelle
2025-02-01 12:05:11 -08:00
committed by Evan
parent 633e93f21b
commit 031a452558
6 changed files with 143 additions and 41 deletions
+3 -3
View File
@@ -165,9 +165,9 @@ export class Leaderboard extends LitElement implements Layer {
players: Entry[] = [];
createRenderRoot() {
return this;
}
// createRenderRoot() {
// return this;
// }
@state()
private _hidden = true;