- {headerLeft &&
{headerLeft}
}
- {title &&
{title}
}
- {stickyContent &&
{stickyContent}
}
-
- {children}
+ <>
+ {/* Header Row - matches Angular page-layout__row page-layout__header */}
+ {headerLeft && (
+
+ )}
+
+ {/* Content Row - matches Angular page-layout__row page-layout__content */}
+
+
+
+ {stickyContent && {stickyContent}
}
+
+ {children}
+
+
-
+ >
)
}
diff --git a/apps/react/src/app/features/online-board/pages/flight-details-page.tsx b/apps/react/src/app/features/online-board/pages/flight-details-page.tsx
index 880fcc0bb..2f1a45bbb 100644
--- a/apps/react/src/app/features/online-board/pages/flight-details-page.tsx
+++ b/apps/react/src/app/features/online-board/pages/flight-details-page.tsx
@@ -78,18 +78,20 @@ export const FlightDetailsPage: React.FC = () => {
if (error || !flight) {
return (
)
}
return (
-
-
}
+ title={