skip tutorial text
This commit is contained in:
parent
3767f0dffe
commit
fb40f73ab3
@ -223,7 +223,7 @@ function tutorialStage(authenticated, tutorial, clearTutorial, instance) {
|
|||||||
const skipTutorial = authenticated && !exitTutorial ?
|
const skipTutorial = authenticated && !exitTutorial ?
|
||||||
<button
|
<button
|
||||||
onClick={e => e.stopPropagation()}
|
onClick={e => e.stopPropagation()}
|
||||||
onMouseDown={exit}> Skip </button>
|
onMouseDown={exit}> Skip Tutorial </button>
|
||||||
: null;
|
: null;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user