mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
meta preview icon changed
This commit is contained in:
parent
8fe9704adf
commit
c783cbd5cd
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ const MetaPreviewButton = ({ className, metaResource, onToggleMetaPreview }) =>
|
|||
}, [onToggleMetaPreview]);
|
||||
return (
|
||||
<Button className={classnames(className, { 'disabled': metaResource === null || metaResource.content.type !== 'Ready' })} tabIndex={-1} onMouseDown={onMouseDown} onClick={onClick}>
|
||||
<Icon className={'icon'} icon={'ic_report'} />
|
||||
<Icon className={'icon'} icon={'ic_info'} />
|
||||
</Button>
|
||||
);
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue