more
This commit is contained in:
parent
29ead2fbba
commit
c95ab96766
|
@ -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} />
|
||||||
|
|
|
@ -105,7 +105,7 @@ export default function({level, id}: { level: 1 | 2, id: string}) {
|
||||||
questions={questions}
|
questions={questions}
|
||||||
id={id}
|
id={id}
|
||||||
Display={Display}
|
Display={Display}
|
||||||
timeLimit={level === 1 ? 70 : 90}
|
timeLimit={level === 1 ? 65 : 85}
|
||||||
Instructions={Instructions}
|
Instructions={Instructions}
|
||||||
/>
|
/>
|
||||||
};
|
};
|
||||||
|
|
|
@ -33,7 +33,7 @@ function AccountPage() {
|
||||||
<div className="text-center mt-3">
|
<div className="text-center mt-3">
|
||||||
<h2 className="my-4">Sign in to LingDocs</h2>
|
<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>
|
<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>
|
<button className="btn btn-lg btn-primary my-4" onClick={handleOpenSignup}><i className="fas fa-sign-in-alt mr-2" /> Sign In</button>
|
||||||
</div>
|
</div>
|
||||||
:
|
:
|
||||||
|
|
Loading…
Reference in New Issue