Merge branch 'beerpong_styling' into 'master'

Switch to using Beerpong terms in group tables

See merge request turniere/turniere-frontend!31
This commit is contained in:
Daniel Schädler 2022-07-01 18:25:35 +00:00
commit 7af8ad66b3
2 changed files with 4 additions and 4 deletions

View File

@ -22,8 +22,8 @@ export class DominanceShower extends React.Component {
<td className="h4 text-danger text-right pb-0">{this.props.stats.points_received}</td>
</tr>
<tr>
<td className="smaller pt-0">Punkte erzielt</td>
<td className="text-right smaller pt-0">Punkte kassiert</td>
<td className="smaller pt-0">Becher geworfen</td>
<td className="text-right smaller pt-0">Becher kassiert</td>
</tr>
</tbody>
</Table>

View File

@ -79,8 +79,8 @@ function GroupScoresTable(props) {
<tr>
<th>Team</th>
<th>Punkte</th>
<th>erzielt</th>
<th>kassiert</th>
<th>Becher geworfen</th>
<th>Becher kassiert</th>
</tr>
</thead>
<tbody>