Merge branch 'master' into feat-cc
This commit is contained in:
@@ -150,9 +150,11 @@ export default function Teks({parole}) {
|
|||||||
return <span key={value} className={classes.separation}>{value}</span>
|
return <span key={value} className={classes.separation}>{value}</span>
|
||||||
})}
|
})}
|
||||||
</Typography>
|
</Typography>
|
||||||
|
<Box display='flex' justifyContent='center' alignItems='center'>
|
||||||
<Typography variant='h5' component='div'>
|
<Typography variant='h5' component='div'>
|
||||||
{parole.titre} <small>({parole?.annee})</small>
|
{parole.titre} <small>({parole?.annee})</small>
|
||||||
{parole.explicite && (
|
</Typography>
|
||||||
|
{parole.explicitLyrics && (
|
||||||
<ExplicitTooltip
|
<ExplicitTooltip
|
||||||
title='Explicit Lyrics'
|
title='Explicit Lyrics'
|
||||||
placement='bottom'
|
placement='bottom'
|
||||||
@@ -160,10 +162,10 @@ export default function Teks({parole}) {
|
|||||||
tooltip: classes.tooltip
|
tooltip: classes.tooltip
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<ExplicitIcon style={{marginLeft: 10}} color='secondary' />
|
<ExplicitIcon style={{marginLeft: 10}} color='error' />
|
||||||
</ExplicitTooltip>
|
</ExplicitTooltip>
|
||||||
)}
|
)}
|
||||||
</Typography>
|
</Box>
|
||||||
</Typography>
|
</Typography>
|
||||||
|
|
||||||
{parole?.user?.data && (
|
{parole?.user?.data && (
|
||||||
|
|||||||
Reference in New Issue
Block a user