Update player count text to include context on home page

This commit is contained in:
akastijn 2025-10-18 02:46:31 +02:00
parent 29a28e712e
commit 8ad87da47e

View File

@ -17,7 +17,7 @@
@if (this.playerCount() === null) {
<h2 style="color: white;"><span class="player-count">Loading...</span></h2>
} @else {
<h2 style="color: white;"><span class="player-count">{{ playerCount() }}</span></h2>
<h2 style="color: white;"><span class="player-count">Current players online: {{ playerCount() }}</span></h2>
}
<h2 style="color: white;">Server IP: play.alttd.com</h2>
<div style="padding-top: 35px;">