Skip to content

Commit 180d8b7

Browse files
committed
remove: rimuossa la sezione statistiche dal tutorial inziale
1 parent a705d4d commit 180d8b7

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

src/constants/tutorialContent.ts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)