mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 15:52:02 +00:00
fix(Placeholder): rename placeholder image
This commit is contained in:
parent
13c9ef986a
commit
755f0625bf
2 changed files with 1 additions and 1 deletions
|
Before Width: | Height: | Size: 202 KiB After Width: | Height: | Size: 202 KiB |
|
|
@ -16,7 +16,7 @@ const Placeholder = () => {
|
||||||
<div className={styles['image-container']}>
|
<div className={styles['image-container']}>
|
||||||
<Image
|
<Image
|
||||||
className={styles['image']}
|
className={styles['image']}
|
||||||
src={require('/images/not_loggedin_placeholder.png')}
|
src={require('/images/media_carousel.png')}
|
||||||
alt={' '}
|
alt={' '}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue