From c90b69d499992d3a046b6aea8d1a1f96ebb5ea18 Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Tue, 5 Aug 2025 19:27:29 +0200 Subject: [PATCH] UI/install: clean up create steps --- .../Install/steps/createInstaller.tsx | 23 +++++++------------ 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/pkgs/clan-app/ui/src/workflows/Install/steps/createInstaller.tsx b/pkgs/clan-app/ui/src/workflows/Install/steps/createInstaller.tsx index 08e758434..0bfb974d1 100644 --- a/pkgs/clan-app/ui/src/workflows/Install/steps/createInstaller.tsx +++ b/pkgs/clan-app/ui/src/workflows/Install/steps/createInstaller.tsx @@ -62,16 +62,9 @@ const Prose = () => ( const CreateHeader = (props: { machineName: string }) => { return ( -
- - Create installer - -
+ + Create installer + ); }; @@ -271,8 +264,8 @@ const ChooseDisk = () => { const FlashProgress = () => { return ( -
-
+
+
{ const FlashDone = () => { const stepSignal = useStepper(); return ( -
-
+
+
@@ -310,7 +303,7 @@ const FlashDone = () => { title="Plug the flashed device into the machine that you want to install." description="" /> -
+