mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-14 12:18:30 +03:00
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"
|
||||
/>
|
||||
) : null}
|
||||
{!showOriginal && (
|
||||
<div class="media-play">
|
||||
<Icon icon="play" size="xxl" />
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue