From 60b9bd89ef39a03a4dd1191b228aa4c326b5123a Mon Sep 17 00:00:00 2001 From: DanielS Date: Mon, 10 Aug 2026 23:31:02 +0200 Subject: [PATCH] style: clean category status badges in wizard --- shop/components/order-wizard.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/shop/components/order-wizard.tsx b/shop/components/order-wizard.tsx index f8a797e..256be4c 100644 --- a/shop/components/order-wizard.tsx +++ b/shop/components/order-wizard.tsx @@ -923,14 +923,14 @@ export function OrderWizard({ {/* Status indicators */} {hasSelection ? ( -
- -
+ + Ausgewählt + ) : isRequired ? ( -
- ) : ( - Opt - )} + + Erforderlich + + ) : null} ) })}