diff --git a/frontend/src/components/QuestionNotification.vue b/frontend/src/components/QuestionNotification.vue index 75540754..21801fea 100644 --- a/frontend/src/components/QuestionNotification.vue +++ b/frontend/src/components/QuestionNotification.vue @@ -19,6 +19,5 @@ const hasQuestions = computed(() => { diff --git a/frontend/src/views/learning-paths/LearningPathPage.vue b/frontend/src/views/learning-paths/LearningPathPage.vue index 94d8e8a7..5e157808 100644 --- a/frontend/src/views/learning-paths/LearningPathPage.vue +++ b/frontend/src/views/learning-paths/LearningPathPage.vue @@ -272,7 +272,11 @@ import QuestionNotification from "@/components/QuestionNotification.vue"; :icon="ICONS[getNavItemState(node)]" > - + +