mirror of
https://github.com/upscayl/upscayl.git
synced 2025-01-18 17:14:08 +01:00
Fixed hold on text
This commit is contained in:
parent
1f0aaf1c0f
commit
3f1470adb5
@ -6,7 +6,7 @@ function ProgressBar({ progress, doubleUpscaylCounter }) {
|
||||
<div className="absolute flex h-full w-full flex-col items-center justify-center bg-base-300/50 backdrop-blur-lg">
|
||||
<div className="flex flex-col items-center gap-2">
|
||||
<Spinner />
|
||||
<p className="font-bold">
|
||||
<p className="rounded-full bg-base-300 px-2 py-1 font-bold">
|
||||
{doubleUpscaylCounter > 0
|
||||
? `${progress}\nPass ${doubleUpscaylCounter}`
|
||||
: `${progress}`}
|
||||
|
Loading…
x
Reference in New Issue
Block a user