Updated some bugs
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -227,6 +227,7 @@ export default function Page() {
|
||||
return (
|
||||
<Selection
|
||||
user={user!}
|
||||
disableSelection
|
||||
onStart={(modules, avoid) => {
|
||||
setSelectedModules(modules);
|
||||
setAvoidRepeated(avoid);
|
||||
|
||||
Reference in New Issue
Block a user