Skip to content

Commit b792bfb

Browse files
VIA-293 SB/EO/AS Fix content path for Children's flu
1 parent a66124f commit b792bfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/models/vaccine.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ const VaccineInfo: Record<VaccineType, VaccineDetails> = {
350350
nhsWebpageLink: new URL("https://www.nhs.uk/vaccinations/child-flu-vaccine/"),
351351
nhsHowToGetWebpageLink: new URL("https://www.nhs.uk/vaccinations/child-flu-vaccine/#how-to-get-it"),
352352
personalisedEligibilityStatusRequired: false,
353-
contentPath: "vaccinations/flu-vaccine-for-children" as UrlPathFragment,
353+
contentPath: "vaccinations/child-flu-vaccine" as UrlPathFragment,
354354
cacheFilename: "child-flu-vaccine.json" as Filename,
355355
nbsPath: "path-to-be-removed" as UrlPathFragment,
356356
},
@@ -367,7 +367,7 @@ const VaccineInfo: Record<VaccineType, VaccineDetails> = {
367367
nhsHowToGetWebpageLink: new URL("https://www.nhs.uk/vaccinations/child-flu-vaccine/#how-to-get-it"),
368368
removeHowToGetExpanderFromMoreInformationSection: true,
369369
personalisedEligibilityStatusRequired: false,
370-
contentPath: "vaccinations/flu-vaccine-for-school-aged-children" as UrlPathFragment,
370+
contentPath: "vaccinations/child-flu-vaccine" as UrlPathFragment,
371371
cacheFilename: "child-flu-vaccine.json" as Filename,
372372
nbsPath: "path-to-be-removed" as UrlPathFragment,
373373
},

0 commit comments

Comments
 (0)