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 ?
|
||||
<button
|
||||
onClick={e => e.stopPropagation()}
|
||||
onMouseDown={exit}> Skip </button>
|
||||
onMouseDown={exit}> Skip Tutorial </button>
|
||||
: null;
|
||||
|
||||
return (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user