mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 13:00:13 +02:00
fix sidebar image empty icon
This commit is contained in:
@@ -207,7 +207,7 @@ const SidebarImage = () => {
|
||||
{imageUrl ? (
|
||||
<img className={styles.sidebarImage} loading="eager" src={imageUrl} />
|
||||
) : (
|
||||
<ImageUnloader />
|
||||
<ImageUnloader icon="emptySongImage" />
|
||||
)}
|
||||
</Tooltip>
|
||||
<ActionIcon
|
||||
|
||||
Reference in New Issue
Block a user