Prepared for partial exams

This commit is contained in:
Tiago Ribeiro
2024-01-14 22:36:39 +00:00
parent 066baa9492
commit e324b37942
2 changed files with 7 additions and 1 deletions

View File

@@ -78,7 +78,7 @@ export default function Generation() {
value={module}
onChange={setModule}
className="flex flex-row -2xl:flex-wrap w-full gap-4 -md:justify-center justify-between">
{[...MODULE_ARRAY, "level"].map((x) => (
{[...MODULE_ARRAY].map((x) => (
<RadioGroup.Option value={x} key={x}>
{({checked}) => (
<span