skore img
This commit is contained in:
parent
ea4ded6e40
commit
35bca9befa
BIN
frontend/public/skore.jpg
Normal file
BIN
frontend/public/skore.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 75 KiB |
@ -256,26 +256,7 @@ class Main extends Component {
|
||||
</div>
|
||||
<div class="col-xl-6">
|
||||
<h1 class="text" >Výsledky 1. ročníku</h1>
|
||||
{this.state.results &&
|
||||
<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/skore.jpg" style={{"width": "100%", "height":"auto"}} />
|
||||
{/*
|
||||
<img src="/public/trasa.png" style={{'width': '100%', 'height': 'auto'}}/>
|
||||
*/}
|
||||
|
Loading…
x
Reference in New Issue
Block a user