Skip to content

Commit

Permalink
Merge pull request #275 from alphagov/fix-examples
Browse files Browse the repository at this point in the history
Fix examples
  • Loading branch information
Dave House authored May 18, 2018
2 parents f0c2a4e + a8c089e commit 8b4019d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 3 additions & 1 deletion src/index.njk
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{% include "../views/partials/_masthead.njk" %}
<div class="govuk-width-container app-site-width-container">
<div class="govuk-grid govuk-main-wrapper govuk-main-wrapper--l">
<div class="govuk-main-wrapper govuk-main-wrapper--l">
<div class="govuk-grid-row">
<div class="govuk-grid-column-one-third govuk-!-mb-r8">
<h2 class="govuk-heading-l govuk-!-w-bold">Styles</h2>
<p class="govuk-body">Make your service look like GOV.UK with guides for applying layout, typography, colour and&nbsp;images.</p>
Expand Down Expand Up @@ -66,4 +67,5 @@
</p>
</div>
</div>
</div>
</div>
2 changes: 1 addition & 1 deletion src/patterns/email-addresses/default.njk
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ layout: layout-example.njk
"text": "Email address"
},
"hint": {
"html": "We’ll only use this to send you a receip"
"html": "We’ll only use this to send you a receipt"
},
"id": "email",
"name": "email"
Expand Down
2 changes: 0 additions & 2 deletions src/patterns/question-pages/passport.njk
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ layout: layout-example.njk
{{ govukInput({
"label": {
"text": "Passport number",
isPageHeading: true,
"classes": "govuk-label--m"
},
"hint": {
Expand All @@ -39,7 +38,6 @@ layout: layout-example.njk
fieldset: {
legend: {
text: 'Expiry date',
isPageHeading: true,
classes: 'govuk-fieldset__legend--m'
}
},
Expand Down

0 comments on commit 8b4019d

Please sign in to comment.