Remove icon to Statistique divider

This commit is contained in:
2022-09-09 23:24:44 +04:00
parent 228e6f3d05
commit 32d8c445b3
+1 -1
View File
@@ -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' />