Typos 'texte' => 'parole'

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-05-23 18:34:55 +04:00
parent c39a0e6669
commit 2d2d531a3e
10 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ export default function Home({errorCode, errorMessage, stats}) {
<Chip sx={{fontWeight: 'bold'}} color='primary' icon={<ArrowCircleDownIcon />} label='Statistiques' variant='outlined' />
</Divider>
<Grid container spacing={2} sx={{marginBottom: 3}}>
<KatKayLa tit='Textes' kantite={stats.countParole} href='/paroles' as='/paroles' />
<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>
</Container>