Kind of added prizes frontend

This commit is contained in:
Kristoffer Longva Eriksen 2022-04-22 09:50:03 +02:00
parent af22c56aa4
commit 7b7d94fa94
1 changed files with 3 additions and 1 deletions

View File

@ -12,6 +12,7 @@ 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';
import EmojiEventsIcon from '@mui/icons-material/EmojiEvents';
function CreateButton(props) {
return (
@ -126,6 +127,7 @@ function TournamentListItem(props) {
</Box>
<Countdown />
<Typography variant="body" color="text.primary"> <EmojiEventsIcon alt="A trohpy" color="gold" /> Prize: {props.tournament.teamCount} </Typography>
</CardContent>
</Card>
</Paper>