Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitpaulk committed Jul 23, 2024
1 parent 689251d commit 5f726a2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/components/course-card.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@
<CourseCard::ProgressBar @course={{@course}} @lastUsedRepository={{this.lastUsedRepository}} class="flex-shrink-0" />
{{else}}
{{#if @course.releaseStatusIsAlpha}}
<div class="text-xs text-gray-400 dark:text-gray-600 font-semibold border border-gray-300 rounded px-1 py-0.25 mr-3" data-test-course-alpha-label>
<div
class="text-xs text-gray-400 dark:text-gray-600 font-semibold border border-gray-300 rounded px-1 py-0.25 mr-3"
data-test-course-alpha-label
>
ALPHA
</div>
{{else if @course.releaseStatusIsBeta}}
Expand Down

0 comments on commit 5f726a2

Please sign in to comment.