Correct previous merge

This commit is contained in:
Felix Albrigtsen 2022-03-29 14:42:18 +02:00
parent e46cf2e5f7
commit d6ef027ab9
1 changed files with 2 additions and 4 deletions

View File

@ -104,9 +104,7 @@ function Home() {
{/* <CreateButton /> */}
<Typography variant="h3">Tournaments</Typography>
<CreateButton />
<Typography variant="h2" style={{margin:'2% 0'}}>
Tournaments
</Typography>
</Box>
<TournamentList />
</Container>
</>