fix: remplacer le libellé de date par une icône universelle
This commit is contained in:
@@ -11,6 +11,7 @@ import Typography from '@mui/material/Typography'
|
||||
import Box from '@mui/material/Box'
|
||||
import Grid from '@mui/material/Grid'
|
||||
import ExplicitIcon from '@mui/icons-material/Explicit'
|
||||
import EventIcon from '@mui/icons-material/Event'
|
||||
import {styled} from '@mui/material/styles'
|
||||
|
||||
import {getAlias} from '../../lib/utils/get-alias'
|
||||
@@ -101,8 +102,15 @@ export default function TeksKat({parole}) {
|
||||
</>
|
||||
)}
|
||||
</Typography>
|
||||
<Typography align='center' style={{marginTop: '0.5em'}} variant='body1' color='textSecondary' component='p'>
|
||||
Publiée le : {datPiblikasyon}
|
||||
<Typography
|
||||
align='center'
|
||||
style={{marginTop: '0.5em'}}
|
||||
variant='body1'
|
||||
color='textSecondary'
|
||||
component='p'
|
||||
sx={{display: 'flex', alignItems: 'center', justifyContent: 'center', gap: 0.5}}
|
||||
>
|
||||
<EventIcon fontSize='inherit' /> {datPiblikasyon}
|
||||
</Typography>
|
||||
</Box>
|
||||
</CardContent>
|
||||
|
||||
Reference in New Issue
Block a user