Updated some bugs

This commit is contained in:
Tiago Ribeiro
2023-10-09 08:53:41 +01:00
parent ebe4c41f76
commit d4c4546c88
2 changed files with 2 additions and 1 deletions

View File

@@ -88,7 +88,7 @@ export default function ModuleTitle({minTimer, module, label, exerciseIndex, tot
<span className="text-base font-semibold">
{moduleLabels[module]} exam {label && `- ${label}`}
</span>
<span className="text-xs font-normal self-end text-mti-gray-davy">
<span className="text-sm font-normal self-end text-mti-gray-davy">
Exercise {exerciseIndex}/{totalExercises}
</span>
</div>

View File

@@ -227,6 +227,7 @@ export default function Page() {
return (
<Selection
user={user!}
disableSelection
onStart={(modules, avoid) => {
setSelectedModules(modules);
setAvoidRepeated(avoid);