Remove icon to Statistique divider
This commit is contained in:
+1
-1
@@ -92,7 +92,7 @@ export default function Home({errorCode, errorMessage, stats}) {
|
|||||||
</Box>
|
</Box>
|
||||||
<Container sx={{flexGrow: 100}}>
|
<Container sx={{flexGrow: 100}}>
|
||||||
<Divider sx={{marginBottom: 3}}>
|
<Divider sx={{marginBottom: 3}}>
|
||||||
<Chip sx={{fontWeight: 'bold'}} color='primary' icon={<ArrowCircleDownIcon />} label='Statistiques' variant='outlined' />
|
<Chip sx={{fontWeight: 'bold'}} color='primary' label='Statistiques' variant='outlined' />
|
||||||
</Divider>
|
</Divider>
|
||||||
<Grid container spacing={2} sx={{marginBottom: 3}}>
|
<Grid container spacing={2} sx={{marginBottom: 3}}>
|
||||||
<KatKayLa tit='Paroles' kantite={stats.countParole} href='/paroles' as='/paroles' />
|
<KatKayLa tit='Paroles' kantite={stats.countParole} href='/paroles' as='/paroles' />
|
||||||
|
|||||||
Reference in New Issue
Block a user