diff --git a/pages/tournament.js b/pages/tournament.js index 333904a..8d5e6b8 100644 --- a/pages/tournament.js +++ b/pages/tournament.js @@ -41,6 +41,7 @@ function StatusBar(props) { + ); } @@ -51,6 +52,12 @@ function StatisticsButton(props) { ); } +function FullscreenButton(props) { + return ( + Vollbild-Ansicht + ); +} + function mapStateToTournamentPageProperties(state) { const {isSignedIn, username} = state.userinfo;