diff --git a/src/App.tsx b/src/App.tsx index b4edf53..cb797ac 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -146,7 +146,7 @@ function App() { <> )} - {/* Start Sewing - primary action */} + {/* Start Sewing - primary action, takes more space */} {canStartSewing(machineStatus) && !canResumeSewing(machineStatus) && ( )} @@ -301,9 +303,10 @@ export function ProgressMonitor({ )}