Updated the text of the about exams/exercises
This commit is contained in:
@@ -221,6 +221,7 @@ export default function Page() {
|
||||
if (selectedModules.length === 0) {
|
||||
return (
|
||||
<Selection
|
||||
page="exams"
|
||||
user={user!}
|
||||
disableSelection
|
||||
onStart={(modules, avoid) => {
|
||||
|
||||
@@ -225,6 +225,7 @@ export default function Page() {
|
||||
if (selectedModules.length === 0) {
|
||||
return (
|
||||
<Selection
|
||||
page="exercises"
|
||||
user={user!}
|
||||
onStart={(modules, avoid) => {
|
||||
setSelectedModules(modules);
|
||||
|
||||
Reference in New Issue
Block a user