Skip to content

Commit

Permalink
Code style fix
Browse files Browse the repository at this point in the history
Co-authored-by: Colin Rotherham <work@colinr.com>
  • Loading branch information
frankieroberto and colinrotherham authored Sep 25, 2023
1 parent 4562beb commit e85550d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/tag/all-colours/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ layout: layout-example.njk
<code> govuk-tag--light-blue </code>
</td>
<td class="govuk-table__cell">
{{govukTag({
{{ govukTag({
text: "In progress",
classes: "govuk-tag--light-blue"
})}}
}) }}
</td>
</tr>
<tr class="govuk-table__row">
Expand Down

0 comments on commit e85550d

Please sign in to comment.