diff --git a/source/installing-with-npm/index.html.md.erb b/source/installing-with-npm/index.html.md.erb index ce515353..f7d5c96b 100644 --- a/source/installing-with-npm/index.html.md.erb +++ b/source/installing-with-npm/index.html.md.erb @@ -72,7 +72,6 @@ There are also different ways you can [import GOV.UK Frontend's CSS](../import-c Your component will not use the right font or images until you've added GOV.UK Frontend's assets to your application. 1. Copy the following 3 items: - - `/node_modules/govuk-frontend/dist/govuk/assets/images` folder to `/assets/images` - `/node_modules/govuk-frontend/dist/govuk/assets/fonts` folder to `/assets/fonts` - `/node_modules/govuk-frontend/dist/govuk/assets/manifest.json` file to `/assets` diff --git a/source/v5/installing-with-npm/index.html.md.erb b/source/v5/installing-with-npm/index.html.md.erb index be64b44a..bbdbca48 100644 --- a/source/v5/installing-with-npm/index.html.md.erb +++ b/source/v5/installing-with-npm/index.html.md.erb @@ -76,7 +76,6 @@ You do not need `/index` at the end of your import if you’re using Dart Sass, Your component will not use the right font or images until you've added GOV.UK Frontend's assets to your application. 1. Copy the following 3 items: - - `/node_modules/govuk-frontend/dist/govuk/assets/images` folder to `/assets/images` - `/node_modules/govuk-frontend/dist/govuk/assets/fonts` folder to `/assets/fonts` - `/node_modules/govuk-frontend/dist/govuk/assets/manifest.json` file to `/assets`