Add image details

This commit is contained in:
2025-12-30 19:38:39 +01:00
parent e1e000c8e5
commit 61421aa487

View File

@ -148,7 +148,7 @@ export default function ArtworkDetails({
) : null}
</div>
{artwork.colorError ? (
<div className="text-xs text-destructive break-words">{artwork.colorError}</div>
<div className="text-xs text-destructive wrap-break-word">{artwork.colorError}</div>
) : null}
</div>
),