Add awtis alias to teks
This commit is contained in:
@@ -288,13 +288,18 @@ export default function TeksDrawer({teks, anTeks, komante}) {
|
||||
<Pataje teks={anTeks} setError={setError} setSuccess={setSuccess} />
|
||||
</div>
|
||||
<Box align='center'>
|
||||
<Typography style={{marginTop: '0.8em'}} variant='h4'>
|
||||
{anTeks.tit}
|
||||
{anTeks.eksplisit && (
|
||||
<ExplicitTooltip title='Explicit Lyrics' placement='bottom' TransitionComponent={Zoom}>
|
||||
<ExplicitIcon style={{marginLeft: 10}} color='secondary' />
|
||||
</ExplicitTooltip>
|
||||
)}
|
||||
<Typography style={{marginTop: '0.8em'}} variant='h4' display='block'>
|
||||
<Typography gutterBottom variant='h6'>
|
||||
{anTeks.awtis.map(a => a.alias).join(', ')}
|
||||
</Typography>
|
||||
<Typography variant='h5'>
|
||||
{anTeks.tit}
|
||||
{anTeks.eksplisit && (
|
||||
<ExplicitTooltip title='Explicit Lyrics' placement='bottom' TransitionComponent={Zoom}>
|
||||
<ExplicitIcon style={{marginLeft: 10}} color='secondary' />
|
||||
</ExplicitTooltip>
|
||||
)}
|
||||
</Typography>
|
||||
{komante && (
|
||||
<VweKomante komante={komante} teks={anTeks} />
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user