Move PeerTube embed to end
This commit is contained in:
@@ -155,16 +155,6 @@ function EntegreMizik({parole, isMobile}) {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Box align='center'>
|
<Box align='center'>
|
||||||
{!okiMizikID && gadeEmbed && (
|
|
||||||
<IconButton
|
|
||||||
aria-label='player'
|
|
||||||
size='large'
|
|
||||||
onClick={() => handleClick('Gade', gadeEmbed, titre)}
|
|
||||||
>
|
|
||||||
<Peertube />
|
|
||||||
</IconButton>
|
|
||||||
)}
|
|
||||||
|
|
||||||
{!okiMizikID && filteredKouteyAchtey.map(({id, plateforme, url}) => (
|
{!okiMizikID && filteredKouteyAchtey.map(({id, plateforme, url}) => (
|
||||||
<IconButton
|
<IconButton
|
||||||
key={id}
|
key={id}
|
||||||
@@ -176,6 +166,16 @@ function EntegreMizik({parole, isMobile}) {
|
|||||||
</IconButton>
|
</IconButton>
|
||||||
))}
|
))}
|
||||||
|
|
||||||
|
{!okiMizikID && gadeEmbed && (
|
||||||
|
<IconButton
|
||||||
|
aria-label='player'
|
||||||
|
size='large'
|
||||||
|
onClick={() => handleClick('Gade', gadeEmbed, titre)}
|
||||||
|
>
|
||||||
|
<Peertube />
|
||||||
|
</IconButton>
|
||||||
|
)}
|
||||||
|
|
||||||
{chwaMizik && (
|
{chwaMizik && (
|
||||||
<RannIframe plateforme={chwaMizik.plateforme} url={chwaMizik.url} titre={chwaMizik.titre} isMobile={isMobile} />
|
<RannIframe plateforme={chwaMizik.plateforme} url={chwaMizik.url} titre={chwaMizik.titre} isMobile={isMobile} />
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user