Skip to content

Commit

Permalink
Tweak button text
Browse files Browse the repository at this point in the history
  • Loading branch information
fofr committed Mar 16, 2020
1 parent fe129f2 commit 0b771a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/application/apply-again.njk
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
<hr class="govuk-section-break govuk-section-break--m">
{{ govukButton({
classes: "govuk-!-margin-bottom-5",
text: "Make a new application",
isStartButton: true,
text: "Start now",
href: "/application/" + applicationId + "/apply2"
}) }}
<p class="govuk-body">or</p>
Expand Down

0 comments on commit 0b771a4

Please sign in to comment.