Merge branch 'release/1.12.2' of ssh://git.mnml.gg:40022/~/mnml into release/1.12.2
This commit is contained in:
commit
6460b3f7cc
@ -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