Add Creative Comons license to Teks
This commit is contained in:
@@ -176,6 +176,11 @@ export default function Teks({parole}) {
|
||||
<i>parole soumise par {parole.userAdmin.data.attributes.firstname}</i>
|
||||
</Typography>
|
||||
)}
|
||||
{parole.creativeCommons && (
|
||||
<Box sx={{maxWidth: 220, margin: '0 auto', textAlign: 'center'}}>
|
||||
<LicenseModal license={parole.creativeCommons.toLowerCase()} />
|
||||
</Box>
|
||||
)}
|
||||
{(parole.okiMizikID || parole.streamAudio.length > 0 || parole.gadeEmbed) && (
|
||||
<Box sx={{textAlign: 'center'}}>
|
||||
<EntegreMizik parole={parole} isMobile={isMobile} />
|
||||
|
||||
Reference in New Issue
Block a user