diff --git a/pages/tournament.js b/pages/tournament.js index 7fa6b53..80aed4a 100644 --- a/pages/tournament.js +++ b/pages/tournament.js @@ -45,6 +45,7 @@ function StatusBar(props) { {props.tournament.name} + ); } @@ -55,6 +56,12 @@ function StatisticsButton(props) { ); } +function FullscreenButton(props) { + return ( + Vollbild-Ansicht + ); +} + function mapStateToTournamentPageProperties(state) { const {isSignedIn, username} = state.userinfo;