This commit is contained in:
lingdocs 2021-09-18 23:36:44 -04:00
parent 29ead2fbba
commit c95ab96766
3 changed files with 3 additions and 3 deletions

View File

@ -168,4 +168,4 @@ Some words are used to describe people who obviously have a gender and they *tot
},
]} />
<!-- <GameDisplay record={nounGenderGame2} /> -->
<GameDisplay record={nounGenderGame2} />

View File

@ -105,7 +105,7 @@ export default function({level, id}: { level: 1 | 2, id: string}) {
questions={questions}
id={id}
Display={Display}
timeLimit={level === 1 ? 70 : 90}
timeLimit={level === 1 ? 65 : 85}
Instructions={Instructions}
/>
};

View File

@ -33,7 +33,7 @@ function AccountPage() {
<div className="text-center mt-3">
<h2 className="my-4">Sign in to LingDocs</h2>
<p className="lead mb-4">When you sign in or make a LingDocs account you can:</p>
<div className="mb-3"><i className="fas fa-graduation-cap mr-2" /> Save your progress on quizzes (<span role="img" aria-label="">🚧</span> not working yet <span role="img" aria-label="">👷</span>)</div>
<div className="mb-3"><i className="fas fa-graduation-cap mr-2" /> Save your progress on quizzes</div>
<button className="btn btn-lg btn-primary my-4" onClick={handleOpenSignup}><i className="fas fa-sign-in-alt mr-2" /> Sign In</button>
</div>
: