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>
|
||||
})}
|
||||
</Typography>
|
||||
<Box display='flex' justifyContent='center' alignItems='center'>
|
||||
<Typography variant='h5' component='div'>
|
||||
{parole.titre} <small>({parole?.annee})</small>
|
||||
{parole.explicite && (
|
||||
</Typography>
|
||||
{parole.explicitLyrics && (
|
||||
<ExplicitTooltip
|
||||
title='Explicit Lyrics'
|
||||
placement='bottom'
|
||||
@@ -160,10 +162,10 @@ export default function Teks({parole}) {
|
||||
tooltip: classes.tooltip
|
||||
}}
|
||||
>
|
||||
<ExplicitIcon style={{marginLeft: 10}} color='secondary' />
|
||||
<ExplicitIcon style={{marginLeft: 10}} color='error' />
|
||||
</ExplicitTooltip>
|
||||
)}
|
||||
</Typography>
|
||||
</Box>
|
||||
</Typography>
|
||||
|
||||
{parole?.user?.data && (
|
||||
|
||||
Reference in New Issue
Block a user