From 8eb6d00bfa32fa0e349edd0f2ec720a8c6a0a600 Mon Sep 17 00:00:00 2001 From: Kristoffer Juelsen Date: Wed, 6 Apr 2022 14:11:10 +0200 Subject: [PATCH] updated links --- src/client/src/FrontPage.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/client/src/FrontPage.js b/src/client/src/FrontPage.js index 7690018..67b0682 100644 --- a/src/client/src/FrontPage.js +++ b/src/client/src/FrontPage.js @@ -4,13 +4,14 @@ import TournamentCreator from "./TournamentCreator.js"; import TournamentOverview from "./TournamentOverview.js"; import TournamentManager from "./TournamentManager.js"; import TournamentAnnouncement from "./TournamentAnnouncement"; -import TournamentMatches from "./TournamentMatches"; +import TournamentHistory from "./TournamentHistory"; import TournamentTeams from "./TournamentTeams"; -import AppBar from './components/Appbar'; +import AppBar from './components/AsuraBar'; import { Button, Container, Typography, Box, Stack, Card, CardContent, CardMedia, Paper, Grid, Icon } from "@mui/material"; import AddCircleIcon from '@mui/icons-material/AddCircle'; import KeyboardDoubleArrowDownIcon from '@mui/icons-material/KeyboardDoubleArrowDown'; import KeyboardDoubleArrowUpIcon from '@mui/icons-material/KeyboardDoubleArrowUp'; +import EditIcon from '@mui/icons-material/Edit'; function CreateButton(props) { return ( @@ -79,7 +80,7 @@ function TournamentListItem(props) { - + @@ -153,7 +154,7 @@ export default function App() { } /> } /> } /> - } /> + } /> }