Link fullscreen page from statistics page
This commit is contained in:
parent
4df2537ad7
commit
ab7d6e93a6
|
|
@ -44,6 +44,9 @@ class StatisticsTournamentPage extends React.Component {
|
|||
<LinkButton href={'/t/' + tournamentStatistics.id}>
|
||||
zurück zum Turnier
|
||||
</LinkButton>
|
||||
<LinkButton href={'/t/' + tournamentStatistics.id + '/fullscreen'}>
|
||||
Turnier-Vollbild-Ansicht
|
||||
</LinkButton>
|
||||
</ButtonGroup>
|
||||
</TournamentStatusBar>
|
||||
<div className='pb-5'>
|
||||
|
|
|
|||
Loading…
Reference in New Issue