Move PeerTube embed to end

This commit is contained in:
2023-06-11 19:24:26 +04:00
parent 64354117fa
commit 5b2ec5f577
+10 -10
View File
@@ -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} />
)}