Skip to content

Commit

Permalink
Merge pull request #1838 from alphagov/camelcase-svg-attributes
Browse files Browse the repository at this point in the history
Correctly camel case SVG attributes in the header and footer
  • Loading branch information
36degrees authored Jun 18, 2020
2 parents a6d3131 + 4bf97cc commit 4a9d392
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

### Fixes

We’ve made fixes to GOV.UK Frontend in the following pull requests:

- [#1838: Correctly camel case SVG attributes in the header and footer](https://github.com/alphagov/govuk-frontend/pull/1838)

## 3.7.0 (Feature release)

### New features
Expand Down
2 changes: 1 addition & 1 deletion src/govuk/components/footer/template.njk
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
focusable="false"
class="govuk-footer__licence-logo"
xmlns="http://www.w3.org/2000/svg"
viewbox="0 0 483.2 195.7"
viewBox="0 0 483.2 195.7"
height="17"
width="41"
>
Expand Down
2 changes: 1 addition & 1 deletion src/govuk/components/header/template.njk
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
focusable="false"
class="govuk-header__logotype-crown"
xmlns="http://www.w3.org/2000/svg"
viewbox="0 0 132 97"
viewBox="0 0 132 97"
height="30"
width="36"
>
Expand Down

0 comments on commit 4a9d392

Please sign in to comment.