Skip to content

Commit

Permalink
Add missing class to the button
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmking committed Jun 10, 2022
1 parent 33dac75 commit 6125d5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<input type="hidden" name="Name" value="@organisation.Name" />
<input type="hidden" name="Address" value="@organisation.Address" />
<h2 class="govuk-heading-s das-search-results__heading">
<button type="submit">@organisation.Name</button>
<button type="submit" class="das-button--inline-link">@organisation.Name</button>
</h2>
</form>
<dl class="das-definition-list das-definition-list--inline">
Expand Down

0 comments on commit 6125d5a

Please sign in to comment.