From 15a27262ef31810f857155dfb2f8e1cae0b123f3 Mon Sep 17 00:00:00 2001 From: Kristoffer Longva Eriksen Date: Wed, 6 Apr 2022 14:31:19 +0200 Subject: [PATCH] Added delete icon to delete tournament button --- src/client/src/TournamentManager.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/client/src/TournamentManager.js b/src/client/src/TournamentManager.js index 6390955..33e512f 100644 --- a/src/client/src/TournamentManager.js +++ b/src/client/src/TournamentManager.js @@ -8,6 +8,7 @@ import { Button, TextField, Grid, Box, Container, Paper, Stack } from "@mui/mate import { Snackbar, IconButton, Dialog, DialogActions, DialogContent, DialogContentText, DialogTitle } from "@mui/material"; import FileUploadIcon from '@mui/icons-material/FileUpload'; import CloseIcon from '@mui/icons-material/Close'; +import DeleteIcon from '@mui/icons-material/Delete'; let submitChanges = curryTournamentId => event => { event.preventDefault(); @@ -184,7 +185,7 @@ export default function TournamentManager(props) { {/* */} -