Skip to content

Commit

Permalink
Update the crown logo in the govukHeader
Browse files Browse the repository at this point in the history
* add useTudorCrown: true to enable new logo
* update package to use govuk-frontend 4.8.0
  • Loading branch information
BecioProton committed Feb 21, 2024
1 parent 9afe2c7 commit a9fb211
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
5 changes: 3 additions & 2 deletions components/hmpo-template.njk
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
serviceName: govukServiceName,
navigation: govukNavigation,
serviceUrl: govukServiceUrl or "/",
containerClasses: "govuk-width-container"
containerClasses: "govuk-width-container",
useTudorCrown: true
}) }}
{% endblock %}
{% endblock %}
Expand Down Expand Up @@ -80,4 +81,4 @@
{% block bodyEnd %}
<script src="{{assetPath}}/javascripts/{{ applicationJavascript | default("application.js") }}"></script>
{% block scripts %}{% endblock %}
{% endblock %}
{% endblock %}
26 changes: 13 additions & 13 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 @@ -48,7 +48,7 @@
"devDependencies": {
"chai": "^4.3.7",
"eslint": "^8.44.0",
"govuk-frontend": "^4.6.0",
"govuk-frontend": "^4.8.0",
"hmpo-nunjucks-test": "^1.4.1",
"husky": "^2.7.0",
"mocha": "^10.2.0",
Expand Down

0 comments on commit a9fb211

Please sign in to comment.