Update player count text to include context on home page
This commit is contained in:
parent
29a28e712e
commit
8ad87da47e
|
|
@ -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;">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user