Skip to content

Commit 7551145

Browse files
committed
Fix missed list in cangelog
1 parent 745b45f commit 7551145

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,16 @@ GOV.UK Frontend provides updated assets for the icons, Open Graph image and `man
4545
Additionally, for the brand refresh, we’ve changed the names, formats and sizes of icon assets we distribute in Frontend.
4646

4747
Check that you’ve copied the following files from the /assets/rebrand/ directory to the correct place and are serving them at the correct URLs:
48-
manifest.json
49-
images/favicon.ico
50-
images/favicon.svg
51-
images/govuk-icon-180.png
52-
images/govuk-icon-192.png
53-
images/govuk-icon-512.png
54-
images/govuk-icon-mask.svg
55-
images/govuk-opengraph-image.png
48+
49+
- `manifest.json`
50+
- `images/favicon.ico`
51+
- `images/favicon.svg`
52+
- `images/govuk-icon-180.png`
53+
- `images/govuk-icon-192.png`
54+
- `images/govuk-icon-512.png`
55+
- `images/govuk-icon-mask.svg`
56+
- `images/govuk-opengraph-image.png`
57+
5658
If you [serve the assets from the GOV.UK Frontend assets folder](https://frontend.design-system.service.gov.uk/v4/importing-css-assets-and-javascript/#serve-the-assets-from-the-gov-uk-frontend-assets-folder-recommended), make sure you’re serving the assets inside the `dist/govuk/assets/rebrand` folder correctly at `<YOUR-SITE-URL>/assets/rebrand`.
5759

5860
If you [copy the font and image files into your application](https://frontend.design-system.service.gov.uk/v4/importing-css-assets-and-javascript/#serve-the-assets-from-the-gov-uk-frontend-assets-folder-recommended), you’ll need to copy the `dist/govuk/assets/rebrand` folder to `<YOUR-APP>/assets/rebrand`. If you use an automated task to copy the files, you may need to update your task to automatically copy our new folder.

0 commit comments

Comments
 (0)