Skip to content

Commit

Permalink
PP-12179 Add new crown logo and bump govuk-frontend
Browse files Browse the repository at this point in the history
    - Bump govuk-frontend to 4.8 so we have access to
      the crown logo.
    - Enable setting to use the tutor cronw as per design
      system instructions GOV.UK Design system:
      https://github.com/alphagov/govuk-frontend/releases/tag/v4.8.0
    - Do not merge this until we get approval from the
      #govuk-logo-crown-change team.
    - Which should be on Mon 19th Feb.
  • Loading branch information
iqbalgds committed Feb 19, 2024
1 parent 87c7cf2 commit b1ce3e5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion app/views/includes/header.njk
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ govuk-width-container govuk-header__container--{{accountType}}
homepageUrl: "/",
containerClasses: payHeaderClasses,
productName: "Pay",
navigation: payHeaderNavigation
navigation: payHeaderNavigation,
useTudorCrown: true
})
}}
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"csurf": "^1.11.0",
"express": "4.18.x",
"google-libphonenumber": "3.2.33",
"govuk-frontend": "^4.7.0",
"govuk-frontend": "^4.8.0",
"http-proxy": "1.18.x",
"https-proxy-agent": "5.0.1",
"joi": "17.12.1",
Expand Down

0 comments on commit b1ce3e5

Please sign in to comment.