mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +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']}>
|
||||
<Image
|
||||
className={styles['image']}
|
||||
src={require('/images/not_loggedin_placeholder.png')}
|
||||
src={require('/images/media_carousel.png')}
|
||||
alt={' '}
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue