Add Aso to explain OKI

This commit is contained in:
2023-11-06 19:12:35 +04:00
parent 8d1b82cd3f
commit 1f60927d07
3 changed files with 26 additions and 1 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import KatAkey from './kat-akey'
export default function Statistik({statistik}) {
return (
<Grid container spacing={2} sx={{marginBottom: 3}}>
<Grid container spacing={2}>
<KatAkey tit='Paroles' kantite={statistik.countParole} href='/paroles' as='/paroles' />
<KatAkey tit='Artistes' kantite={statistik.countArtiste} href='/awtis?paj&paj=1' as='/awtis/paj/1' />
</Grid>