mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-18 23:32:44 +00:00
refactor(Calendar): rename placeholder image with more generic name and fix import
This commit is contained in:
parent
dfe509d93f
commit
39e37b5875
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>
|
</div>
|
||||||
<Image
|
<Image
|
||||||
className={styles['image']}
|
className={styles['image']}
|
||||||
src={require('/images/calendar_placeholder.png')}
|
src={require('/images/not_loggedin_placeholder.png')}
|
||||||
alt={' '}
|
alt={' '}
|
||||||
/>
|
/>
|
||||||
<div className={styles['overview']}>
|
<div className={styles['overview']}>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue