Remove the grey background from statistics view
This commit is contained in:
parent
f2f7263095
commit
c66f9cf128
|
|
@ -244,11 +244,9 @@ class StatisticsTournamentPage extends React.Component {
|
|||
<BigImage text={tournamentStatistics.tournament.name}/>
|
||||
<div className='pb-5'>
|
||||
<TournamentInformationView tournament={tournamentStatistics.tournament}/>
|
||||
<div className='stages pt-5'>
|
||||
<Container className="py-5">
|
||||
<StatisticsComponent data={tournamentStatistics}/>
|
||||
</Container>
|
||||
</div>
|
||||
<Container className="py-5">
|
||||
<StatisticsComponent data={tournamentStatistics}/>
|
||||
</Container>
|
||||
</div>
|
||||
<Footer/>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue