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