Correct previous merge
This commit is contained in:
parent
e46cf2e5f7
commit
d6ef027ab9
|
@ -104,10 +104,8 @@ function Home() {
|
||||||
{/* <CreateButton /> */}
|
{/* <CreateButton /> */}
|
||||||
<Typography variant="h3">Tournaments</Typography>
|
<Typography variant="h3">Tournaments</Typography>
|
||||||
<CreateButton />
|
<CreateButton />
|
||||||
<Typography variant="h2" style={{margin:'2% 0'}}>
|
</Box>
|
||||||
Tournaments
|
<TournamentList />
|
||||||
</Typography>
|
|
||||||
<TournamentList />
|
|
||||||
</Container>
|
</Container>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue