mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 23:12:13 +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]);
|
}, [onToggleMetaPreview]);
|
||||||
return (
|
return (
|
||||||
<Button className={classnames(className, { 'disabled': metaResource === null || metaResource.content.type !== 'Ready' })} tabIndex={-1} onMouseDown={onMouseDown} onClick={onClick}>
|
<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>
|
</Button>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue