mirror of
https://github.com/upscayl/upscayl.git
synced 2026-04-25 03:00:05 -04:00
Updated stop button and warning
This commit is contained in:
@@ -14,7 +14,9 @@ function ProgressBar({ progress, doubleUpscaylCounter, stopHandler }) {
|
||||
<p className="rounded-full bg-base-300 px-2 py-1 text-sm font-medium">
|
||||
Doing the Upscayl magic...
|
||||
</p>
|
||||
<button onClick={stopHandler}>STOP</button>
|
||||
<button onClick={stopHandler} className="btn-primary btn">
|
||||
STOP
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user