style: 🎨
This commit is contained in:
parent
ed4800de6e
commit
811388dd2e
3 changed files with 8 additions and 8 deletions
|
|
@ -95,7 +95,7 @@ export default function Image({
|
|||
|
||||
return (
|
||||
<div className={cn('relative', classNames.wrapper)} {...props}>
|
||||
{isLoading && <Skeleton className={cn('absolute inset-0 rounded-lg', className)} />}
|
||||
{isLoading && <Skeleton className={cn('absolute inset-0', className)} />}
|
||||
{!hasError ? (
|
||||
<img
|
||||
src={imageUrl}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue