Reduce KatStats

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-06-04 01:38:19 +04:00
parent c6d4b5a08d
commit c6131ffc43
4 changed files with 9 additions and 17 deletions
+2 -2
View File
@@ -8,10 +8,10 @@ import TraductionsStats from './traductions-stats'
export default function KatStats({emoji, value, total}) {
return (
<Grid item xs={12} md={6}>
<Grid item xs={12} md={2}>
<Card variant='outlined'>
<CardContent>
<Typography gutterBottom align='center' variant='h6'>
<Typography align='center' variant='h6'>
<span dangerouslySetInnerHTML={{__html: emoji}} />
</Typography>
<TraductionsStats value={value} total={total} />