Skip to content

Commit 687eb11

Browse files
committed
update challenge completed card
1 parent 95cb573 commit 687eb11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/components/course-page/course-completed-card.hbs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<CoursePage::InstructionsCard ...attributes data-test-course-completed-card>
22
<:header>
3-
<div class="flex items-center mb-6 border-b pb-2">
3+
<div class="flex items-center mb-6 border-b dark:border-gray-800/60 pb-2">
44
<img src={{this.congratulationsImage}} alt="Congratulations!" class="mr-3 w-10 h-10" />
5-
<span class="font-semibold text-lg text-gray-700">Challenge Complete!</span>
5+
<span class="font-semibold text-lg text-gray-800 dark:text-gray-50">Challenge Complete!</span>
66
</div>
77
</:header>
88
<:content>
9-
<div class="text-gray-700 leading-7 prose" data-test-instructions-text>
9+
<div class="prose dark:prose-invert" data-test-instructions-text>
1010
<p>
1111
Congratulations are in order. Only ~{{@repository.course.roundedCompletionPercentage}}% of users that attempt this challenge end up completing
1212
all stages, and you're one of them!

0 commit comments

Comments
 (0)