Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
Fix misaligned govuk crown in header
Browse files Browse the repository at this point in the history
Fixes #125
  • Loading branch information
andymantell committed Dec 8, 2021
1 parent fda807e commit de3f3c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/govuk/components/header/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ function Header(props) {
<svg
aria-hidden="true"
focusable="false"
className="govuk-header__logotype-crown"
class="govuk-header__logotype-crown"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 132 97"
height="30"
Expand Down

1 comment on commit de3f3c6

@PanosParalakis
Copy link

@PanosParalakis PanosParalakis commented on de3f3c6 Dec 8, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @andymantell thank you for looking at it. There is a second one too <span className="govuk-header__logotype-text">GOV.UK</span>

Please sign in to comment.