Add links to project and GitHub page

This commit is contained in:
2025-08-30 13:11:39 +02:00
parent 3c13bb88e1
commit 052bb7694a
5 changed files with 52 additions and 29 deletions

View File

@@ -50,7 +50,7 @@ export const useExerciseStore = defineStore("exerciseStore", {
}
});
this.helpPageVisible = this.getExercise(1, 1).solved;
this.exercisePageVisible = this.getExercise(1, 1).solved;
this.fetchInProgress = false;
});
},