From 4df2537ad71762471808833fcb9526f1256d5dec Mon Sep 17 00:00:00 2001 From: Felix Hamme Date: Thu, 3 Oct 2019 11:47:34 +0200 Subject: [PATCH] Link fullscreen page from tournament page --- pages/tournament.js | 7 +++++++ 1 file changed, 7 insertions(+) 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;