Add image details
This commit is contained in:
@ -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>
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user