Skip to content

Commit

Permalink
Update lib/dotcom_web/components/trip_planner/input_form.ex
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Larson <jlarson@mbta.com>
  • Loading branch information
thecristen and joshlarson authored Jan 9, 2025
1 parent 8fbf2cc commit 74e0004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dotcom_web/components/trip_planner/input_form.ex
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ defmodule DotcomWeb.Components.TripPlanner.InputForm do
<.icon class="h-6 w-6 rotate-90 md:rotate-0" name="right-left" />
</button>
</div>
<.location_search_box name="trip-planner-input-form--to" field={f[:to]} />
<.location_search_box name="trip-planner-input-form--to" field={f[:to]} placeholder="Enter a destination location" />
<fieldset class="mb-sm">
<legend class="text-charcoal-40 m-0 py-sm">When</legend>
<.input_group
Expand Down

0 comments on commit 74e0004

Please sign in to comment.