From 04558102db78e30be54d218b11930d62042ed4ea Mon Sep 17 00:00:00 2001 From: NilsUeter Date: Mon, 3 Mar 2025 11:05:16 +0100 Subject: [PATCH] Show search image button --- src/10th/Roster.jsx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/10th/Roster.jsx b/src/10th/Roster.jsx index f1b5fc7..4f31634 100644 --- a/src/10th/Roster.jsx +++ b/src/10th/Roster.jsx @@ -389,10 +389,26 @@ const Unit = ({ setImage(resultUrl); setBgRemoved(true); }} + title="Very basic background removal. Use a proper online tool for better results." > Remove white from image )} + {!hasImage && ( + + Search for image + + )}