column name

This commit is contained in:
Lanta 2023-10-04 08:58:00 +02:00
parent 63b9e49004
commit ba476fdbf0

View file

@ -47,13 +47,13 @@ $lastMatches = array_slice($allMatches, 0, 8);
<tr> <tr>
<!-- <th>Match Date</th> --> <!-- <th>Match Date</th> -->
<th>Player Name</th> <th>Player Name</th>
<th>Game Mode</th> <th>Mode</th>
<th>MatchType</th> <th>Type</th>
<th>Map</th> <th>Map</th>
<th>Kills</th> <th>Kills</th>
<th>Damage Dealt</th> <th>Damage</th>
<th>Time Survived</th> <th>Time Survived</th>
<th>Win Place</th> <th>Place</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>