Remove map from home page, it was empty anyway (fixes #120)

This commit is contained in:
Paul Bienkowski 2022-03-04 12:39:42 +01:00
parent bc17c72fdb
commit a013dae3fe

View file

@ -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>