updated image component
This commit is contained in:
@ -31,7 +31,7 @@ const ImageCell: React.FC<ImageCellProps> = ({ jacketPath, title }) => {
|
|||||||
onError={handleImageError}
|
onError={handleImageError}
|
||||||
/>
|
/>
|
||||||
) : (
|
) : (
|
||||||
<Skeleton className="mr-2 inline-block h-[100px] w-[100px]" />
|
<Skeleton className="inline-block h-[100px] w-[100px]" />
|
||||||
)}
|
)}
|
||||||
<span className="truncate">{title}</span>
|
<span className="truncate">{title}</span>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user