fix condition create account tutorial

This commit is contained in:
PhilReact 2024-12-19 06:24:42 +02:00
parent 9af3def127
commit d23aa6e0fc

View File

@ -693,7 +693,7 @@ export const NotAuthenticated = ({
</Dialog>
)}
<ButtonBase onClick={()=> {
showTutorial('getting-started', true)
showTutorial('create-account', true)
}} sx={{
position: 'fixed',
bottom: '25px',