From 5e45b1f23020eb4f1d8100293aa4133e2f78e9bf Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 21 Sep 2022 23:34:39 -0700 Subject: [PATCH] Add admin tour step, remove step titles, cleaner look --- src-ui/src/app/app.component.html | 1 + src-ui/src/app/app.component.ts | 20 ++++++++----------- .../app-frame/app-frame.component.html | 2 +- 3 files changed, 10 insertions(+), 13 deletions(-) diff --git a/src-ui/src/app/app.component.html b/src-ui/src/app/app.component.html index be442d433..84a4f595c 100644 --- a/src-ui/src/app/app.component.html +++ b/src-ui/src/app/app.component.html @@ -15,6 +15,7 @@

+
{{ tourService.steps?.indexOf(step) + 1 }} / {{ tourService.steps?.length }}