Add explicit icon to teks
This commit is contained in:
@@ -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 && (
|
||||
|
||||
Reference in New Issue
Block a user