Skip to content

Commit

Permalink
Adding tooltip to image processing button
Browse files Browse the repository at this point in the history
  • Loading branch information
bcd00 committed Aug 14, 2024
1 parent 9d5d462 commit 14f20be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const Upload = ({
return <li key={name}
style={{ backgroundColor: colors[i % names.length] }}>
{name}
{isImage ? <button className={styles.ml}
{isImage ? <button className={styles.ml} title="process image"
onClick={() => processImage.mutateAsync({
bucketName,
objectName: fileName,
Expand Down

0 comments on commit 14f20be

Please sign in to comment.