Skip to content

Commit

Permalink
fix(TripPlanner.Results): make whole div clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
thecristen committed Jan 6, 2025
1 parent b2108e1 commit fb8a512
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/dotcom_web/components/trip_planner/results.ex
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ defmodule DotcomWeb.Components.TripPlanner.Results do
<div
:for={{%{summary: summary}, index} <- Enum.with_index(@results.itinerary_groups)}
class="border border-solid border-gray-lighter p-4"
phx-click="select_itinerary_group"
phx-value-index={index}
>
<div
:if={summary.tag}
Expand Down

0 comments on commit fb8a512

Please sign in to comment.