We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad37d76 commit 61a4059Copy full SHA for 61a4059
frontend/src/app/(home)/play/[sub_topic_id]/page.tsx
@@ -230,7 +230,7 @@ export default function SubTopicPlayPage() {
230
</div>
231
232
<div className="flex gap-4 justify-center">
233
- <Button onClick={handleRestartQuiz} variant="default">
+ <Button onClick={handleRestartQuiz} >
234
Refazer Quiz
235
</Button>
236
<Button
0 commit comments