Front: Home View: Fix Overlap when empty card grid

This commit is contained in:
Arthur Jamet
2023-04-28 13:23:09 +01:00
committed by Clément Le Bihan
parent d0597f0e95
commit 2db657dd59

View File

@@ -68,13 +68,13 @@ const HomeView = () => {
}
/>
<Stack direction={{ base: 'column', lg: 'row' }}>
<Box flex={{ md: 1 }}>
<Box flex={{ lg: 1 }}>
<Heading><Translate translationKey='mySkillsToImprove'/></Heading>
<Box padding={5}>
<CompetenciesTable {...skillsQuery.data}/>
</Box>
</Box>
<Box flex={{ md: 1 }}>
<Box flex={{ lg: 1 }}>
<SongCardGrid
heading={<Translate translationKey='recentlyPlayed'/>}
songs={songHistory