Skip to content

Commit

Permalink
Add times in leg header
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Sep 19, 2024
1 parent 4c5b3be commit 91d1698
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export function ItineraryHeaderContent({
}}
/>
<div
title={tripPattern.expectedStartTime}
className="itinerary-header-itinerary-time"
style={{
left: `${leftPx - TIME_BOX_WIDTH}px`,
Expand All @@ -65,6 +66,7 @@ export function ItineraryHeaderContent({
))}

<div
title={tripPattern.expectedEndTime}
className="itinerary-header-itinerary-time"
style={{
left: `${leftPx + widthPx + 2}px`,
Expand Down

0 comments on commit 91d1698

Please sign in to comment.