diff --git a/index.html b/index.html
index c4dd6a0..6bf6a6e 100644
--- a/index.html
+++ b/index.html
@@ -2591,6 +2591,7 @@
function finishOnBoarding() {
onBoardingPanel.classList.add('hide')
focusIllu.classList.add('hide')
+
currentFeatureIndex = 0
}
function nextTutorial() {
@@ -2686,7 +2687,6 @@
currentFeatureIndex = index
}
}
- showTutorial(0)
const transactionSuccessSection = document.getElementById('success_section'),
transactionFailedSection = document.getElementById('failure_section'),