From d23aa6e0fc6505c8e7cd991115b62d1f35f91253 Mon Sep 17 00:00:00 2001 From: PhilReact Date: Thu, 19 Dec 2024 06:24:42 +0200 Subject: [PATCH] fix condition create account tutorial --- src/ExtStates/NotAuthenticated.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ExtStates/NotAuthenticated.tsx b/src/ExtStates/NotAuthenticated.tsx index e531337..3f48a99 100644 --- a/src/ExtStates/NotAuthenticated.tsx +++ b/src/ExtStates/NotAuthenticated.tsx @@ -693,7 +693,7 @@ export const NotAuthenticated = ({ )} { - showTutorial('getting-started', true) + showTutorial('create-account', true) }} sx={{ position: 'fixed', bottom: '25px',