From c7a70f901ecbf62c5b26611b787613eb07f4a272 Mon Sep 17 00:00:00 2001 From: Timo De Meyst Date: Tue, 13 May 2025 00:29:03 +0200 Subject: [PATCH] style: questions header styling op learningobject --- .../views/learning-paths/LearningPathPage.vue | 35 ++++++++++++++----- 1 file changed, 27 insertions(+), 8 deletions(-) diff --git a/frontend/src/views/learning-paths/LearningPathPage.vue b/frontend/src/views/learning-paths/LearningPathPage.vue index b799ea09..c7cd6243 100644 --- a/frontend/src/views/learning-paths/LearningPathPage.vue +++ b/frontend/src/views/learning-paths/LearningPathPage.vue @@ -370,20 +370,39 @@ :query-result="getQuestionsQuery" v-slot="questionsResponse: { data: QuestionsResponse }" > -

- View questions in - - discussions - -

+ +
+ Questions + + View questions in + + discussions + + +
+