mirror of
https://github.com/upscayl/upscayl.git
synced 2025-01-31 12:13:43 +01:00
Refactor LeftPaneImageSteps component
This commit is contained in:
parent
f7803f7c9e
commit
eec704c479
@ -235,8 +235,9 @@ function LeftPaneImageSteps({
|
||||
className="animate-step-in"
|
||||
data-tooltip-content={outputPath}
|
||||
data-tooltip-id="tooltip">
|
||||
<div className="flex flex-col pb-2">
|
||||
<div className="step-heading flex items-center gap-2">
|
||||
<span>Step 3</span>
|
||||
<span className="leading-none">Step 3</span>
|
||||
{featureFlags.APP_STORE_BUILD && (
|
||||
<button
|
||||
className="badge badge-sm badge-outline cursor-pointer"
|
||||
@ -248,6 +249,7 @@ function LeftPaneImageSteps({
|
||||
?
|
||||
</button>
|
||||
)}
|
||||
</div>
|
||||
{!outputPath && featureFlags.APP_STORE_BUILD && (
|
||||
<div className="text-xs">
|
||||
<span className="bg-base-200 font-medium uppercase text-base-content/50 rounded-btn px-2">
|
||||
|
Loading…
x
Reference in New Issue
Block a user