mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-19 18:02:13 +00:00
added metapreview show button
This commit is contained in:
parent
780cdc701b
commit
cccca66241
1 changed files with 9 additions and 0 deletions
|
|
@ -194,6 +194,15 @@ const MetaPreview = ({ className, compact, name, logo, background, runtime, rele
|
|||
:
|
||||
null
|
||||
}
|
||||
{
|
||||
<ActionButton
|
||||
className={styles['action-button']}
|
||||
icon={'ic_play'}
|
||||
label={'Show'}
|
||||
tabIndex={compact ? -1 : 0}
|
||||
href={'#'}
|
||||
/>
|
||||
}
|
||||
{
|
||||
linksGroups.has(CONSTANTS.SHARE_LINK_CATEGORY) ?
|
||||
<React.Fragment>
|
||||
|
|
|
|||
Loading…
Reference in a new issue