Remove map from home page, it was empty anyway (fixes #120)
This commit is contained in:
parent
bc17c72fdb
commit
a013dae3fe
|
@ -44,13 +44,10 @@ export default function HomePage() {
|
||||||
<Page>
|
<Page>
|
||||||
<Grid stackable>
|
<Grid stackable>
|
||||||
<Grid.Row>
|
<Grid.Row>
|
||||||
<Grid.Column width={10}>
|
<Grid.Column width={8}>
|
||||||
<div className={styles.welcomeMap}>
|
|
||||||
<Map />
|
|
||||||
</div>
|
|
||||||
</Grid.Column>
|
|
||||||
<Grid.Column width={6}>
|
|
||||||
<Stats />
|
<Stats />
|
||||||
|
</Grid.Column>
|
||||||
|
<Grid.Column width={8}>
|
||||||
<MostRecentTrack />
|
<MostRecentTrack />
|
||||||
</Grid.Column>
|
</Grid.Column>
|
||||||
</Grid.Row>
|
</Grid.Row>
|
||||||
|
|
Loading…
Reference in a new issue