Reverted the name

This commit is contained in:
Tiago Ribeiro
2024-02-03 15:01:54 +00:00
parent 0053105dd3
commit 48265a8e54

View File

@@ -61,7 +61,7 @@ export default function Selection({user, page, onStart, disableSelection = false
}, },
{ {
icon: <BsClipboard className="text-ielts-level h-6 w-6 md:h-8 md:w-8" />, icon: <BsClipboard className="text-ielts-level h-6 w-6 md:h-8 md:w-8" />,
label: "Vocab/Grammar", label: "Level",
value: totalExamsByModule(stats, "level"), value: totalExamsByModule(stats, "level"),
}, },
]} ]}