mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
use album icon for unloaded image (#1136)
This commit is contained in:
@@ -154,7 +154,7 @@ export const AppIcon = {
|
||||
edit: LuPencilLine,
|
||||
ellipsisHorizontal: LuEllipsis,
|
||||
ellipsisVertical: LuEllipsisVertical,
|
||||
emptyImage: LuImageOff,
|
||||
emptyImage: LuDisc3,
|
||||
error: LuShieldAlert,
|
||||
externalLink: LuExternalLink,
|
||||
favorite: LuHeart,
|
||||
|
||||
@@ -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