From 5afebecfe7bd32aa0127895f635f8183b40eed69 Mon Sep 17 00:00:00 2001 From: gnezim Date: Mon, 20 Apr 2026 12:48:35 +0300 Subject: [PATCH] FlightsMapFilter: add Angular's 'ROUTE' header above departure/arrival inputs --- src/features/flights-map/components/FlightsMapFilter.tsx | 4 ++++ .../flights-map/components/FlightsMapStartPage.scss | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/src/features/flights-map/components/FlightsMapFilter.tsx b/src/features/flights-map/components/FlightsMapFilter.tsx index 70ed4f80..0eb631e7 100644 --- a/src/features/flights-map/components/FlightsMapFilter.tsx +++ b/src/features/flights-map/components/FlightsMapFilter.tsx @@ -153,6 +153,10 @@ export const FlightsMapFilter: FC = ({ return (
+
+

{t("FLIGHTS-MAP.ROUTE")}

+
+