Add explicit icon to teks

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2021-05-28 17:03:27 +02:00
parent d8260dcb47
commit 32fac48688
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -15,6 +15,7 @@ import {
} from '@material-ui/core'
import KeyboardBackspaceIcon from '@material-ui/icons/KeyboardBackspace'
import ExplicitIcon from '@material-ui/icons/Explicit'
import MenuIcon from '@material-ui/icons/Menu'
@@ -210,6 +211,9 @@ export default function TeksDrawer({teks, anTeks}) {
<Box align='center'>
<Typography noWrap style={{marginTop: '0.8em'}} variant='h4'>
{anTeks.tit}
{anTeks.eksplisit && (
<ExplicitIcon style={{marginLeft: 10}} color='secondary' />
)}
</Typography>
<Typography variant='caption'>
{anTeks.user && (