Skip to content

Commit

Permalink
Update contents
Browse files Browse the repository at this point in the history
  • Loading branch information
frankieroberto committed Aug 22, 2024
1 parent 9bdb084 commit 3b31fd0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions app/_includes/guide-contents.njk
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
current: (page.url == "/managing-users/")
},
{
href: "/adding-vaccines-and-batches/",
text: "Adding vaccines and batches",
current: (page.url == "/adding-vaccines-and-batches/")
href: "/managing-vaccines/",
text: "Managing vaccines",
current: (page.url == "/managing-vaccines/")
},
{
href: "/service-unavailable/",
Expand Down
4 changes: 2 additions & 2 deletions app/managing-users.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ previous:
title: Recording a vaccination
url: /recording-a-vaccination
next:
title: Adding vaccines and batches
url: /adding-vaccines-and-batches
title: Managing vaccines
url: /managing-vaccines
---

{% include 'guide-contents.njk' %}
Expand Down

0 comments on commit 3b31fd0

Please sign in to comment.