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