Update button class in QuizRunner.tsx
This commit is contained in:
@@ -515,7 +515,7 @@ export default function QuizRunner({ defaultMode = 'all', defaultEntryId, autoSt
|
|||||||
>
|
>
|
||||||
Back
|
Back
|
||||||
</button>
|
</button>
|
||||||
<button className="button button--primary" onClick={startQuiz}>
|
<button className="button" onClick={startQuiz}>
|
||||||
Play again
|
Play again
|
||||||
</button>
|
</button>
|
||||||
<Link className="button button--ghost" to="/">
|
<Link className="button button--ghost" to="/">
|
||||||
|
|||||||
Reference in New Issue
Block a user