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