Added standard Tournament Image
This commit is contained in:
parent
682a43d170
commit
c0c7397a82
Binary file not shown.
After Width: | Height: | Size: 1.5 MiB |
|
@ -37,7 +37,7 @@ function TournamentListItem(props) {
|
||||||
component="img"
|
component="img"
|
||||||
alt="tournament image"
|
alt="tournament image"
|
||||||
height="140"
|
height="140"
|
||||||
image="https://source.unsplash.com/random"
|
image="Asura_Rex.png"
|
||||||
/>
|
/>
|
||||||
<CardContent>
|
<CardContent>
|
||||||
<Typography variant="h3" component="div" align="center">{props.tournament.name} </Typography>
|
<Typography variant="h3" component="div" align="center">{props.tournament.name} </Typography>
|
||||||
|
|
Loading…
Reference in New Issue