Skip to content

Commit

Permalink
Update full page example to use new component flag
Browse files Browse the repository at this point in the history
  • Loading branch information
NickColley committed May 15, 2019
1 parent 73396a4 commit c340492
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/full-page-examples/start-page/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ notes: The buttons and links on this page are not functional.
{{ govukButton({
text: "Start now",
href: "#",
classes: "govuk-button--start govuk-!-margin-top-2 govuk-!-margin-bottom-8"
classes: "govuk-!-margin-top-2 govuk-!-margin-bottom-8",
isStartButton: true
}) }}

{% set moreInformationHTML %}
Expand Down

0 comments on commit c340492

Please sign in to comment.