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