Continuation of the bug solving

This commit is contained in:
Tiago Ribeiro
2024-11-13 09:56:08 +00:00
parent 6aa5385939
commit 70a461bc69

View File

@@ -341,7 +341,7 @@ export default function Listening({ exam, showSolutions = false, preview = false
Back Back
</Button> </Button>
<Button color="purple" onClick={() => nextExercise()} className="max-w-[200px] self-end w-full"> <Button color="purple" onClick={() => setExerciseIndex(0)} className="max-w-[200px] self-end w-full">
Next Next
</Button> </Button>
</div> </div>