mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-16 08:24:16 +02:00
use album icon for unloaded image (#1136)
This commit is contained in:
@@ -134,7 +134,7 @@ export function ImageLoader({ className }: ImageLoaderProps) {
|
||||
export function ImageUnloader({ className }: ImageUnloaderProps) {
|
||||
return (
|
||||
<div className={clsx(styles.unloader, className)}>
|
||||
<Icon color="default" icon="emptyImage" size="xl" />
|
||||
<Icon color="default" icon="emptyImage" size="25%" />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user