mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-23 17:47:24 +00:00
Add new png to show up when the image can't be loaded.
This commit is contained in:
parent
ad0c356c1e
commit
b448d23dbf
2 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ class SelectThumbnail extends React.PureComponent<Props, State> {
|
||||||
this.setState({
|
this.setState({
|
||||||
thumbnailError: true,
|
thumbnailError: true,
|
||||||
thumbnailErrorImage:
|
thumbnailErrorImage:
|
||||||
thumbnail && thumbnail.length > 0 ? 'warning.png' : 'no-thumbnail.png',
|
thumbnail && thumbnail.length > 0 ? 'broken.png' : 'no-thumbnail.png',
|
||||||
});
|
});
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|
BIN
static/img/broken.png
Normal file
BIN
static/img/broken.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.6 KiB |
Loading…
Add table
Reference in a new issue