added metapreview show button

This commit is contained in:
abdev 2021-06-26 11:37:22 +05:30
parent 780cdc701b
commit cccca66241

View file

@ -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>