Merged develop into stats-tooltip

This commit is contained in:
Tiago Ribeiro
2024-02-03 15:14:25 +00:00

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"),
}, },
]} ]}