File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,11 +33,6 @@ export const getTutorialContent = () => ({
3333 description : i18n . t ( 'tutorial.steps.calendar.description' ) ,
3434 icon : "calendar" ,
3535 } ,
36- step7 : {
37- title : i18n . t ( 'tutorial.steps.statistics.title' ) ,
38- description : i18n . t ( 'tutorial.steps.statistics.description' ) ,
39- icon : "bar-chart" ,
40- } ,
4136 completion : {
4237 title : i18n . t ( 'tutorial.completion.title' ) ,
4338 description : i18n . t ( 'tutorial.completion.description' ) ,
@@ -141,17 +136,6 @@ export const getTutorialSteps = (): TutorialStep[] => {
141136 } ,
142137 {
143138 id : 7 ,
144- type : 'spotlight' ,
145- targetScreen : 'Statistics' ,
146- targetElement : 'statisticsContainer' ,
147- content : {
148- title : content . step7 . title ,
149- description : content . step7 . description ,
150- icon : content . step7 . icon ,
151- } ,
152- } ,
153- {
154- id : 8 ,
155139 type : 'completion' ,
156140 content : {
157141 title : content . completion . title ,
You can’t perform that action at this time.
0 commit comments