Skip to content

Commit

Permalink
update timeline inactive example
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhunter08 committed Jul 3, 2024
2 parents 0c965f8 + 7a28aa1 commit 4bf11b0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/examples/timeline/timeline-inactive.njk
Original file line number Diff line number Diff line change
@@ -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]
---
Expand All @@ -10,21 +10,21 @@ vueLink: [insert link to Vue component library here]
{{ timeline({
items: [
{
headingText: "Request medication"
headingText: "Await approval",
html: "
<p class='nhsapp-timeline__description'>This will usually take the GP a few days, but some requests can take up to a month.</p>
"
},
{
headingText: "GP Approval Process",
headingText: "Access services for Kevin Francis",
html: "
<p class='nhsapp-timeline__description'>Awaiting approval</p>
<p class='nhsapp-timeline__description'>Rejected</p>
<p class='nhsapp-timeline__description'>Once your GP approves your request you will be able to access services for Kevin Francis on the NHS App.</p>
"
},
{
headingText: "Pharmacy processing",
headingText: "When access may stop",
html: "
<p class='nhsapp-timeline__description'>Pharmacy processing prescription</p>
<p class='nhsapp-timeline__description'>Past prescription is ready to collect</p>
<p class='nhsapp-timeline__description'>Ready to collect from the pharmacy</p>
<p class='nhsapp-timeline__description'>Access may stop when Kevin Francis turns 16 years old or if your GP decides it is no longer approproate.</p>
"
}
]
Expand Down

0 comments on commit 4bf11b0

Please sign in to comment.