Skip to content

Commit

Permalink
make use of th
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Dec 27, 2024
1 parent 65304b6 commit 2c4740c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/views/EndOfGame.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,31 +9,31 @@
<table class="table table">
<tbody>
<tr>
<td>★</td>
<th scope="row">★</th>
<td>100 VP</td>
</tr>
<tr>
<td>★★</td>
<th scope="row">★★</th>
<td>120 VP</td>
</tr>
<tr>
<td>★★★</td>
<th scope="row">★★★</th>
<td>150 VP</td>
</tr>
<tr>
<td>★★★★</td>
<th scope="row">★★★★</th>
<td>175 VP</td>
</tr>
<tr>
<td>★★★★★</td>
<th scope="row">★★★★★</th>
<td>200 VP</td>
</tr>
<tr>
<td>★★★★★★</td>
<th scope="row">★★★★★★</th>
<td>225 VP</td>
</tr>
<tr>
<td>★★★★★★★</td>
<th scope="row">★★★★★★★</th>
<td>250 VP</td>
</tr>
</tbody>
Expand Down

0 comments on commit 2c4740c

Please sign in to comment.