Reduce KatStats
This commit is contained in:
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user