From c4e25d619210a945c80842a05c0d2717386fc570 Mon Sep 17 00:00:00 2001 From: Jake Date: Fri, 4 Feb 2022 10:40:47 +0000 Subject: [PATCH 1/3] HT-19 Add help page and routes --- ui/src/components/navbar.vue | 10 +++++----- ui/src/router/router.js | 16 ++++++++++++++-- ui/src/views/Help.vue | 13 +++++++++++++ 3 files changed, 32 insertions(+), 7 deletions(-) create mode 100644 ui/src/views/Help.vue diff --git a/ui/src/components/navbar.vue b/ui/src/components/navbar.vue index a1bd030..e2a4da1 100644 --- a/ui/src/components/navbar.vue +++ b/ui/src/components/navbar.vue @@ -1,11 +1,11 @@