Skip to content

Commit 61a4059

Browse files
committed
ajusta variante
1 parent ad37d76 commit 61a4059

File tree

1 file changed

+1
-1
lines changed
  • frontend/src/app/(home)/play/[sub_topic_id]

1 file changed

+1
-1
lines changed

frontend/src/app/(home)/play/[sub_topic_id]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ export default function SubTopicPlayPage() {
230230
</div>
231231

232232
<div className="flex gap-4 justify-center">
233-
<Button onClick={handleRestartQuiz} variant="default">
233+
<Button onClick={handleRestartQuiz} >
234234
Refazer Quiz
235235
</Button>
236236
<Button

0 commit comments

Comments
 (0)