diff --git a/src/client/components/ImageUpload.tsx b/src/client/components/ImageUpload.tsx index f944dcd..2334ebc 100644 --- a/src/client/components/ImageUpload.tsx +++ b/src/client/components/ImageUpload.tsx @@ -112,6 +112,29 @@ export function ImageUpload({ alt="Item" dominantColor={dominantColor} /> + {/* Crop button */} + {onCropChange && ( + + )} {/* Remove button */} - )} ) : editingCrop && imageUrl ? (