skore img

This commit is contained in:
Martin Quarda 2024-08-24 14:37:20 +02:00
parent ea4ded6e40
commit 35bca9befa
2 changed files with 1 additions and 20 deletions

BIN
frontend/public/skore.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

View File

@ -256,26 +256,7 @@ class Main extends Component {
</div> </div>
<div class="col-xl-6"> <div class="col-xl-6">
<h1 class="text" >Výsledky 1. ročníku</h1> <h1 class="text" >Výsledky 1. ročníku</h1>
{this.state.results && <img src="/public/skore.jpg" style={{"width": "100%", "height":"auto"}} />
<table class="table results">
<thead>
<th>Umístění</th>
<th>Čas</th>
<th>Kategorie</th>
<th>Startovní číslo</th>
</thead>
<tbody>
{this.state.results.map(user =>
<tr>
<th>{user.order}</th>
<td>{user.duration}</td>
<td>{user.alkator_category}</td>
<td>{user.starting_number}</td>
</tr>
)}
</tbody>
</table>
}
{/* {/*
<img src="/public/trasa.png" style={{'width': '100%', 'height': 'auto'}}/> <img src="/public/trasa.png" style={{'width': '100%', 'height': 'auto'}}/>
*/} */}