fix(Placeholder): rename placeholder image

This commit is contained in:
Botzy 2025-02-21 13:53:11 +02:00
parent 13c9ef986a
commit 755f0625bf
2 changed files with 1 additions and 1 deletions

View file

Before

Width:  |  Height:  |  Size: 202 KiB

After

Width:  |  Height:  |  Size: 202 KiB

View file

@ -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>