updated image component

This commit is contained in:
Polaris 2024-08-27 17:44:55 -04:00
parent 92a9755bc0
commit 30893bc1fe

View File

@ -31,7 +31,7 @@ const ImageCell: React.FC<ImageCellProps> = ({ jacketPath, title }) => {
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>
</div>