From db7fbdd03a6d9b67f5bb8fea2ce64ce790b44b6c Mon Sep 17 00:00:00 2001 From: Christian Cueni Date: Mon, 22 Apr 2024 11:05:50 +0200 Subject: [PATCH] Fix title, add basic link to persons --- client/src/components/dashboard/CoursePanel.vue | 1 + client/src/components/dashboard/MentorMenteeCount.vue | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/client/src/components/dashboard/CoursePanel.vue b/client/src/components/dashboard/CoursePanel.vue index 2ed02993..7f41c202 100644 --- a/client/src/components/dashboard/CoursePanel.vue +++ b/client/src/components/dashboard/CoursePanel.vue @@ -156,6 +156,7 @@ function hasActionButton(): boolean { (); const menteeCount: Ref = ref(0); @@ -18,8 +19,11 @@ onMounted(async () => {