We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a774a5 + 1869cbe commit 2f38bfdCopy full SHA for 2f38bfd
src/components/widgets/PlayerMatchupStats.astro
@@ -35,7 +35,7 @@ const matchupsSortedByRace = playerMatchupStats.matchups.sort((a, b) => a.race.l
35
<span class="text-green-400"> W</span>
36
</td>
37
<td class="pr-2 text-right text-sm text-gray-100">
38
- {matchup.aggregated.wins_count}
+ {matchup.aggregated.losses_count}
39
<span class="text-red-400"> L</span>
40
41
<td class=" text-right text-sm text-gray-100">{Math.round(matchup.aggregated.win_rate)}%</td>
0 commit comments