Reduce index stats cards
This commit is contained in:
+2
-2
@@ -80,11 +80,11 @@ export default function Home({errorCode, errorMessage, stats}) {
|
||||
<KatKayLa tit='Paroles' kantite={stats.countParole} href='/paroles' as='/paroles' />
|
||||
<KatKayLa tit='Artistes' kantite={stats.countArtiste} href='/awtis?paj&paj=1' as='/awtis/paj/1' />
|
||||
</Grid>
|
||||
<Box marginBottom={3}>
|
||||
<Grid container spacing={2} marginBottom={3}>
|
||||
{statsByLang.map(({code, value, emoji}) => (
|
||||
<KatStats key={code} emoji={emoji} value={value} total={stats.countParole} />
|
||||
))}
|
||||
</Box>
|
||||
</Grid>
|
||||
</Container>
|
||||
<Footer />
|
||||
</Box>
|
||||
|
||||
Reference in New Issue
Block a user