From 370360872ac1731f2f2c4b3970d5bd5378e96555 Mon Sep 17 00:00:00 2001 From: gpapavgeri Date: Wed, 5 Aug 2020 11:23:09 +0300 Subject: [PATCH] Guided tour comments added --- .../guided-tour/guided-tour.component.html | 16 ++++-- .../guided-tour/guided-tour.component.scss | 55 ++++++++++++------- .../guided-tour/guided-tour.component.ts | 9 ++- .../guided-tour/guided-tour.constants.ts | 5 +- .../guided-tour/guided-tour.service.ts | 54 +++++++++--------- 5 files changed, 84 insertions(+), 55 deletions(-) diff --git a/dmp-frontend/src/app/library/guided-tour/guided-tour.component.html b/dmp-frontend/src/app/library/guided-tour/guided-tour.component.html index 4438a2a72..3f8e8dc89 100644 --- a/dmp-frontend/src/app/library/guided-tour/guided-tour.component.html +++ b/dmp-frontend/src/app/library/guided-tour/guided-tour.component.html @@ -1,12 +1,17 @@ +
-
+
-
{{currentTourStep.title}} +

+ {{ currentTourStep.title }} +