Add Peertube icon to TeksKat
This commit is contained in:
@@ -13,6 +13,7 @@ import {
|
|||||||
} from '@mui/material'
|
} from '@mui/material'
|
||||||
import ExplicitIcon from '@mui/icons-material/Explicit'
|
import ExplicitIcon from '@mui/icons-material/Explicit'
|
||||||
import {styled} from '@mui/material/styles'
|
import {styled} from '@mui/material/styles'
|
||||||
|
import {Peertube} from '@icons-pack/react-simple-icons'
|
||||||
|
|
||||||
import {getAlias} from '../../lib/utils/format'
|
import {getAlias} from '../../lib/utils/format'
|
||||||
|
|
||||||
@@ -64,6 +65,9 @@ export default function TeksKat({parole}) {
|
|||||||
<Typography display='inline' style={{marginRight: 5}} variant='h6' component='h2'>
|
<Typography display='inline' style={{marginRight: 5}} variant='h6' component='h2'>
|
||||||
{titre}
|
{titre}
|
||||||
</Typography>
|
</Typography>
|
||||||
|
{attributes.gadeEmbed && !attributes.okiMizikID && (
|
||||||
|
<Peertube style={{marginRight: 5}} fontSize='small' />
|
||||||
|
)}
|
||||||
{attributes.explicitLyrics && (
|
{attributes.explicitLyrics && (
|
||||||
<ExplicitIcon style={{marginRight: 5}} color='secondary' fontSize='small' />
|
<ExplicitIcon style={{marginRight: 5}} color='secondary' fontSize='small' />
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user