style: remove duplicate right-side stepper in wizard step 3
All checks were successful
Staging Build / build (push) Successful in 3m10s

This commit is contained in:
DanielS
2026-08-11 00:51:17 +02:00
parent ddc7a03a0b
commit c3e81ee49e

View File

@@ -1061,11 +1061,6 @@ export function OrderWizard({
{/* RIGHT: Stepper Header + Summary sidebar */} {/* RIGHT: Stepper Header + Summary sidebar */}
<div className="lg:col-span-2 flex flex-col h-full overflow-hidden pl-4"> <div className="lg:col-span-2 flex flex-col h-full overflow-hidden pl-4">
{/* Steps indicator at the top right */}
<div className="shrink-0 pb-4 border-b border-white/5 mb-4">
<p className="text-right text-slate-400 text-xs mb-2">Schritt 3 von 4 Software konfigurieren</p>
<ProgressStepper step={step} basketItemsCount={basketItems.length} />
</div>
<div className="flex-1 overflow-hidden"> <div className="flex-1 overflow-hidden">
<SummarySidebar <SummarySidebar