diff --git a/docs/examples/timeline/timeline-inactive.njk b/docs/examples/timeline/timeline-inactive.njk index 2c29bb8..1937d49 100644 --- a/docs/examples/timeline/timeline-inactive.njk +++ b/docs/examples/timeline/timeline-inactive.njk @@ -1,6 +1,6 @@ --- layout: layouts/example.njk -title: Timeline active +title: Timeline inactive figmaLink: [insert link to Figma file here] vueLink: [insert link to Vue component library here] --- @@ -10,21 +10,21 @@ vueLink: [insert link to Vue component library here] {{ timeline({ items: [ { - headingText: "Request medication" + headingText: "Await approval", + html: " +

This will usually take the GP a few days, but some requests can take up to a month.

+ " }, { - headingText: "GP Approval Process", + headingText: "Access services for Kevin Francis", html: " -

Awaiting approval

-

Rejected

+

Once your GP approves your request you will be able to access services for Kevin Francis on the NHS App.

" }, { - headingText: "Pharmacy processing", + headingText: "When access may stop", html: " -

Pharmacy processing prescription

-

Past prescription is ready to collect

-

Ready to collect from the pharmacy

+

Access may stop when Kevin Francis turns 16 years old or if your GP decides it is no longer approproate.

" } ]