Merge branch 'release/1.12.2' of ssh://git.mnml.gg:40022/~/mnml into release/1.12.2

This commit is contained in:
ntr 2020-01-17 17:33:01 +10:00
commit 6460b3f7cc

View File

@ -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 (