Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: CAAshworth <claire.ashworth@digital.cabinet-office.gov.uk>
  • Loading branch information
querkmachine and claireashworth authored Jan 8, 2024
1 parent 5610df3 commit 7414578
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ These changes were made in the following pull requests:

##### Include the new logo assets

Multiple new image assets are included in this release. These will need to be copied to your service's image assets folder if they aren't being used directly from the Frontend package. By default this folder is located at `/assets/images`.
Multiple new image assets are included in this release. You will need to copy these to your service's image assets folder if they aren't being used directly from the Frontend package. By default this folder is located at `/assets/images`.

If you are using Nunjucks, the asset path may have been changed by the `assetPath` global variable or `assetsPath` parameter on the header component.

Expand All @@ -43,7 +43,7 @@ If you are using the `govukHeader` Nunjucks macro in your service, add the `useT
}) }}
```

If you aren't using the Nunjucks macro, locate the HTML for the existing crown and replace it with this updated HTML. Make sure that the URL for the new PNG fallback image is correct.
If you are not using the Nunjucks macro, locate the HTML for the existing crown and replace it with this updated HTML. Make sure the URL for the new PNG fallback image is correct.

```html
<!--[if gt IE 8]><!-->
Expand Down

0 comments on commit 7414578

Please sign in to comment.