mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-28 01:10:52 +01:00
Update LeftPaneImageSteps.tsx
Upscale→Upscayl
This commit is contained in:
parent
c153a38456
commit
5fa23ae618
@ -140,8 +140,8 @@ function LeftPaneImageSteps({
|
|||||||
onClick={() => setBatchMode((oldValue) => !oldValue)}></input>
|
onClick={() => setBatchMode((oldValue) => !oldValue)}></input>
|
||||||
<p
|
<p
|
||||||
className="mr-1 inline-block cursor-help text-sm"
|
className="mr-1 inline-block cursor-help text-sm"
|
||||||
data-tip="This will let you upscale all files in a folder at once">
|
data-tip="This will let you Upscayl all files in a folder at once">
|
||||||
Batch Upscale
|
Batch Upscayl
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -158,7 +158,7 @@ function LeftPaneImageSteps({
|
|||||||
{/* STEP 2 */}
|
{/* STEP 2 */}
|
||||||
<div className="animate-step-in">
|
<div className="animate-step-in">
|
||||||
<p className="step-heading">Step 2</p>
|
<p className="step-heading">Step 2</p>
|
||||||
<p className="mb-2 text-sm">Select Upscaling Type</p>
|
<p className="mb-2 text-sm">Select Upscayling Type</p>
|
||||||
|
|
||||||
<Select
|
<Select
|
||||||
options={modelOptions}
|
options={modelOptions}
|
||||||
@ -221,7 +221,7 @@ function LeftPaneImageSteps({
|
|||||||
<p className="step-heading">Step 4</p>
|
<p className="step-heading">Step 4</p>
|
||||||
{dimensions.width && dimensions.height && (
|
{dimensions.width && dimensions.height && (
|
||||||
<p className="mb-2 text-sm">
|
<p className="mb-2 text-sm">
|
||||||
Upscale from{" "}
|
Upscayl from{" "}
|
||||||
<span className="font-bold">
|
<span className="font-bold">
|
||||||
{dimensions.width}x{dimensions.height}
|
{dimensions.width}x{dimensions.height}
|
||||||
</span>{" "}
|
</span>{" "}
|
||||||
|
Loading…
Reference in New Issue
Block a user