Fix html integration error
This commit is contained in:
@@ -126,11 +126,11 @@ export default function Teks({anTeks, komante, open, success, error, setSuccess,
|
||||
<Pataje teks={anTeks} setError={setError} setSuccess={setSuccess} />
|
||||
</div>
|
||||
<Box sx={{textAlign: 'center', marginTop: 8}}>
|
||||
<Typography style={{marginTop: '0.8em'}} variant='h4' display='block'>
|
||||
<Typography gutterBottom variant='h6'>
|
||||
<Typography style={{marginTop: '0.8em'}} variant='h4' component='div' display='block'>
|
||||
<Typography gutterBottom variant='h6' component='div'>
|
||||
{new Intl.ListFormat('fr').format(awtis)}
|
||||
</Typography>
|
||||
<Typography variant='h5'>
|
||||
<Typography variant='h5' component='div'>
|
||||
{anTeks.tit}
|
||||
{anTeks.eksplisit && (
|
||||
<ExplicitTooltip
|
||||
|
||||
Reference in New Issue
Block a user