removed titles, fixes #1

This commit is contained in:
cnachtigall1991
2021-10-07 00:31:43 +02:00
parent 5f7944d248
commit 412005ece9

View File

@@ -7,11 +7,11 @@
<th class="player__avatar"></th>
<th class="player__name"></th>
<th class="player__rank"></th>
<th class="player__kills cursor__help" title="Kills">K</th>
<th class="player__assist cursor__help" title="Assists">A</th>
<th class="player__deaths cursor__help" title="Deaths">D</th>
<th class="player__kills cursor__help">K</th>
<th class="player__assist cursor__help">A</th>
<th class="player__deaths cursor__help">D</th>
<th class="player__diff cursor__help" title="Kill death difference">+/-</th>
<th class="player__kd cursor__help" title="Kill death ratio">K/D</th>
<th class="player__kd cursor__help">K/D</th>
<th class="player__adr cursor__help" title="Average damage per round">ADR</th>
<th class="player__hs cursor__help" title="Percentage of kills with a headshot">HS%</th>
<th class="player__rating cursor__help" title="Estimated HLTV Rating 1.0">Rating</th>