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