diff --git a/Flights/Views/LiveFlightDetailSheet.swift b/Flights/Views/LiveFlightDetailSheet.swift index 1767207..ed89759 100644 --- a/Flights/Views/LiveFlightDetailSheet.swift +++ b/Flights/Views/LiveFlightDetailSheet.swift @@ -33,9 +33,13 @@ struct LiveFlightDetailSheet: View { VStack(alignment: .leading, spacing: 16) { header + // Depart → Arrival lives directly under the callsign + // header — it's the single most important thing the + // user opened the sheet to see. + routeSection + Divider() - // Live state grid Text("LIVE STATE") .font(FlightTheme.label()) .foregroundStyle(FlightTheme.textTertiary) @@ -43,9 +47,6 @@ struct LiveFlightDetailSheet: View { liveStateGrid - routeSection - .padding(.top, 4) - if recentFlights.count > 1 { Text("RECENT FLIGHTS") .font(FlightTheme.label())