mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-04-23 19:37:52 +00:00
fix condition create account tutorial
This commit is contained in:
parent
9af3def127
commit
d23aa6e0fc
@ -693,7 +693,7 @@ export const NotAuthenticated = ({
|
|||||||
</Dialog>
|
</Dialog>
|
||||||
)}
|
)}
|
||||||
<ButtonBase onClick={()=> {
|
<ButtonBase onClick={()=> {
|
||||||
showTutorial('getting-started', true)
|
showTutorial('create-account', true)
|
||||||
}} sx={{
|
}} sx={{
|
||||||
position: 'fixed',
|
position: 'fixed',
|
||||||
bottom: '25px',
|
bottom: '25px',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user