From ed490803cb5352288b5ad2b00fc819d7e40a5b24 Mon Sep 17 00:00:00 2001 From: april Date: Fri, 5 Jan 2024 11:52:06 -0600 Subject: [PATCH] Rearrange flight creation form --- web/app/routes/logbook.flights.new/route.tsx | 6 +++--- web/app/ui/form/hour-input.tsx | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/web/app/routes/logbook.flights.new/route.tsx b/web/app/routes/logbook.flights.new/route.tsx index 27a9ac9..a6a3106 100644 --- a/web/app/routes/logbook.flights.new/route.tsx +++ b/web/app/routes/logbook.flights.new/route.tsx @@ -179,11 +179,11 @@ export default function NewFlight() { field="time_start" label="Start Time" /> - + - + @@ -232,7 +232,7 @@ export default function NewFlight() { />