Skip to content

Commit

Permalink
reinstate confirm
Browse files Browse the repository at this point in the history
  • Loading branch information
owolabioromidayo committed May 24, 2023
1 parent b0e172d commit aa2f633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Sidebar/Base64ImageInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function Base64ImageInput({ selectedImageUrl, finalImageUrl, setFinalImageUrl })

return (
<div className="base64-image-input">
<img src={selectedImageUrl} alt="Selected image" className="selected-image" width="256" height="256" />
<img src={finalImageUrl} alt="Selected image" className="selected-image" width="256" height="256" />

<div className="confirm-controls">
<button onClick={handleConfirm}>Confirm</button>
Expand Down

0 comments on commit aa2f633

Please sign in to comment.