Skip to content

Commit

Permalink
update form label
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGoodall committed Aug 6, 2024
1 parent ae916ff commit b17ff60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/organisations/find.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ <h1 class="govuk-heading-xl govuk-!-margin-bottom-5">{{ pageName }}</h1>
<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">
<form class="govuk-!-margin-bottom-6" data-filter="form">
<input class="govuk-input" type="text" id="filter-organisations-list" placeholder="For example, Lambeth">
<label class="govuk-label" for="filter-organisations-list">Search for an organisation</label>
<input class="govuk-input" type="text" id="filter-organisations-list">
</form>
</div>
</div>
Expand Down

0 comments on commit b17ff60

Please sign in to comment.