mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
fix(Calendar): update placeholder image name
This commit is contained in:
parent
755f0625bf
commit
a050dd8d76
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ const Placeholder = () => {
|
|||
</div>
|
||||
<Image
|
||||
className={styles['image']}
|
||||
src={require('/images/not_loggedin_placeholder.png')}
|
||||
src={require('/images/media_carousel.png')}
|
||||
alt={' '}
|
||||
/>
|
||||
<div className={styles['overview']}>
|
||||
|
|
|
|||
Loading…
Reference in a new issue