completionId: cgen-816d9aa371ba4f62886dfea8813d841e

cgen-816d9aa371ba4f62886dfea8813d841e
This commit is contained in:
Builder.io 2025-11-05 06:37:03 +00:00
parent a078d37767
commit 07a895329e

View file

@ -250,7 +250,7 @@ export default function Onboarding() {
setTimeout(() => {
setCurrentStep((prev) => prev - 1);
setIsTransitioning(false);
}, 300);
}, 150);
}
};