diff --git a/src/features/schedule/components/ScheduleLegDetails.tsx b/src/features/schedule/components/ScheduleLegDetails.tsx index d0ca39a3..6d95ec16 100644 --- a/src/features/schedule/components/ScheduleLegDetails.tsx +++ b/src/features/schedule/components/ScheduleLegDetails.tsx @@ -86,20 +86,32 @@ export const ScheduleLegDetails: FC = ({ flight }) => { className="schedule-leg-details__icon schedule-leg-details__icon--plane" aria-hidden="true" > - {/* Path copied verbatim from Angular's - toolkit/icons/plane/plane-icon.component.html so the - schedule details panel shows the same stylised - top-view plane the legacy app does. */} + {/* Aircraft 'company crane' icon — copied verbatim from + Angular's sprite (`/assets/img/sprite.svg#company`). + This is what the legacy details panel uses next to + the 'Борт' caption, NOT the simpler plane glyph. */} - + + + + + + + + +