Skip to content

Commit 3d488b3

Browse files
committed
Refactor extension-card.hbs: fix formatting issue
The commit message could be: "Refactor extension-card.hbs: fix formatting issue"
1 parent 687eb11 commit 3d488b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/components/course-page/configure-extensions-modal/extension-card.hbs

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
<div class="flex items-start justify-between mb-3">
99
<div class="flex items-center gap-3 mr-2 mb-0.5">
1010
<div
11-
class="{{if this.optimisticValueForIsActivated 'text-teal-600 dark:text-teal-500' 'text-gray-800 dark:text-gray-50'}} font-bold text-xl tracking-tight"
11+
class="{{if this.optimisticValueForIsActivated 'text-teal-600 dark:text-teal-500' 'text-gray-800 dark:text-gray-50'}}
12+
font-bold text-xl tracking-tight"
1213
data-test-course-extension-name
1314
>
1415
{{@extension.name}}

0 commit comments

Comments
 (0)