Skip to content

Commit

Permalink
map tab order
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshull committed Jan 13, 2025
1 parent 3c32654 commit d33c606
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/dotcom_web/live/trip_planner.ex
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ defmodule DotcomWeb.Live.TripPlanner do
<div class={[
"flex flex-col gap-4 md:flex-row md:gap-7"
]}>
<.results
:if={Enum.count(@results.itinerary_groups) > 0 || @results.loading?}
class="md:max-w-[25rem] md:sticky md:top-4"
results={@results}
/>
<.live_component
module={MbtaMetro.Live.Map}
id="trip-planner-map"
Expand All @@ -92,11 +97,6 @@ defmodule DotcomWeb.Live.TripPlanner do
pins={@map.pins}
points={@map.points}
/>
<.results
:if={Enum.count(@results.itinerary_groups) > 0 || @results.loading?}
class="md:max-w-[25rem] md:sticky md:top-4"
results={@results}
/>
</div>
</div>
</div>
Expand Down

0 comments on commit d33c606

Please sign in to comment.