Add image details
This commit is contained in:
@ -148,7 +148,7 @@ export default function ArtworkDetails({
|
|||||||
) : null}
|
) : null}
|
||||||
</div>
|
</div>
|
||||||
{artwork.colorError ? (
|
{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}
|
) : null}
|
||||||
</div>
|
</div>
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user