Adjust the title and image header to new API data
This commit is contained in:
parent
da4b5ac2e5
commit
d24e464f8e
|
|
@ -191,12 +191,12 @@ class StatisticsTournamentPage extends React.Component {
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<Head>
|
<Head>
|
||||||
<title>{tournamentStatistics.tournament.name}: turnie.re</title>
|
<title>{tournamentStatistics.name}: turnie.re</title>
|
||||||
</Head>
|
</Head>
|
||||||
<TurniereNavigation/>
|
<TurniereNavigation/>
|
||||||
<BigImage text={tournamentStatistics.tournament.name}/>
|
<BigImage text={tournamentStatistics.name}/>
|
||||||
<div className='pb-5'>
|
<div className='pb-5'>
|
||||||
<TournamentInformationView tournament={tournamentStatistics.tournament} currentpage='statistics'/>
|
<TournamentInformationView tournament={tournamentStatistics} currentpage='statistics'/>
|
||||||
<Container className="py-5">
|
<Container className="py-5">
|
||||||
<Row>
|
<Row>
|
||||||
<Col xs="6">
|
<Col xs="6">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue