From 8e5adc6295049b4903f32e0bc6d648bb86cd0fb3 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Sun, 17 Nov 2024 14:53:56 -0800 Subject: [PATCH] Update UI --- src/components/Course/CertificateView.tsx | 8 ++++---- src/components/Course/Chapter.tsx | 4 ++-- src/components/Course/CourseSidebar.tsx | 5 ++++- .../chapters/introduction/lessons/challenge-1.md | 2 -- .../[courseId]/[chapterId]/[lessonId]/index.astro | 13 +++++++------ 5 files changed, 17 insertions(+), 15 deletions(-) diff --git a/src/components/Course/CertificateView.tsx b/src/components/Course/CertificateView.tsx index f3ee46e5e..253f11dad 100644 --- a/src/components/Course/CertificateView.tsx +++ b/src/components/Course/CertificateView.tsx @@ -175,10 +175,10 @@ export function CertificateView(props: CertificateViewProps) { {!isCourseCompleted && !isLoading && (
-

Almost there!

-

- Complete the course to download the certificate and rate your - experience. +

Pending completion!

+

+ Please complete all the lessons and challenges in the course to + issue the certificate.

)} diff --git a/src/components/Course/Chapter.tsx b/src/components/Course/Chapter.tsx index ef9654f83..55c93885b 100644 --- a/src/components/Course/Chapter.tsx +++ b/src/components/Course/Chapter.tsx @@ -94,9 +94,9 @@ export function Chapter(props: ChapterProps) {