Forgot to put the Play icon for audio media
This commit is contained in:
parent
47b51bdef8
commit
a792f494bf
1 changed files with 5 additions and 0 deletions
|
@ -204,6 +204,11 @@ function Media({ media, showOriginal, autoAnimate, onClick = () => {} }) {
|
||||||
loading="lazy"
|
loading="lazy"
|
||||||
/>
|
/>
|
||||||
) : null}
|
) : null}
|
||||||
|
{!showOriginal && (
|
||||||
|
<div class="media-play">
|
||||||
|
<Icon icon="play" size="xxl" />
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue