diff --git a/pages/tournament-fullscreen.js b/pages/tournament-fullscreen.js
index 9b23f9c..16204bf 100644
--- a/pages/tournament-fullscreen.js
+++ b/pages/tournament-fullscreen.js
@@ -1,15 +1,12 @@
import Head from 'next/head';
import React from 'react';
import {ErrorPageComponent} from '../js/components/ErrorComponents';
-import 'bootstrap/dist/css/bootstrap.min.css';
-import '../static/css/everypage.css';
-import '../static/css/tournament-fullscreen.css';
import {getTournamentMatches, getTournamentMeta} from '../js/redux/tournamentApi';
import {
- Col, Container, DropdownItem, DropdownMenu, DropdownToggle, Navbar, NavbarBrand, NavItem, Row, UncontrolledDropdown
+ Col, Container, DropdownItem, DropdownMenu, DropdownToggle, Navbar, NavbarBrand, NavItem, Row, UncontrolledDropdown,
+ Spinner
} from 'reactstrap';
import {Match} from '../js/components/Match';
-import {Spinner} from 'react-bootstrap';
function FullscreenPage(props) {
@@ -153,7 +150,7 @@ class Main extends React.Component {
Vollbild-Ansicht: turnie.re
-
+
lade Vollbild-Ansicht
);
diff --git a/pages/tournament-statistics.js b/pages/tournament-statistics.js
index 04558dd..6f9682e 100644
--- a/pages/tournament-statistics.js
+++ b/pages/tournament-statistics.js
@@ -1,7 +1,7 @@
import Head from 'next/head';
import React from 'react';
import {connect} from 'react-redux';
-import {ButtonGroup, Col, Container, Row, NavbarBrand} from 'reactstrap';
+import {ButtonGroup, Col, Container, Row} from 'reactstrap';
import {TurniereNavigation} from '../js/components/Navigation';
import {StandingsTable} from '../js/components/StandingsTable';
diff --git a/pages/tournament.js b/pages/tournament.js
index 8d5e6b8..b2d3d1f 100644
--- a/pages/tournament.js
+++ b/pages/tournament.js
@@ -53,9 +53,9 @@ function StatisticsButton(props) {
}
function FullscreenButton(props) {
- return (
+ return (
Vollbild-Ansicht
- );
+ );
}
diff --git a/public/static/css/tournament-fullscreen.css b/public/static/css/tournament-fullscreen.css
deleted file mode 100644
index c606da3..0000000
--- a/public/static/css/tournament-fullscreen.css
+++ /dev/null
@@ -1,3 +0,0 @@
-nav li {
- list-style-type: none;
-}