Skip to content

Commit 26c7206

Browse files
authored
Merge pull request #833 from uw-it-aca/hotfix/MUWM-3899
removes text-muted class from message. fixes MUWM-3899
2 parents fdc796d + dc6ec3e commit 26c7206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

myuw/templates/handlebars/card/instructor_schedule/course_sche_panel.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h4 class="myuw-card-row-heading">Meeting Time</h4>
2626
-->
2727
{{else}}
2828
{{#if days_tbd }}
29-
<td colspan="2" class="text-muted course-tbd">Days and times to be arranged.</td>
29+
<td colspan="2" class="course-tbd">Days and times to be arranged.</td>
3030
{{else if no_meeting}}
3131
<td colspan="4" class="course-tbd">No classroom meeting: online learning</td>
3232
{{else}}

0 commit comments

Comments
 (0)