Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gerald-lbn committed May 6, 2022
1 parent 95bad78 commit ef428d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/AdminStatsView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</div>
<div class="w-3/4 sm:w-1/2">
<p class="text-center text-xl text-white font-bold tracking-wider">
Joueurs spectateur: {{ deadPlayers() }}
Joueurs spectateurs: {{ deadPlayers() }}
</p>
<apexchart type="bar" :options="options" :series="dead"></apexchart>
</div>
Expand Down

0 comments on commit ef428d7

Please sign in to comment.