Skip to content

Commit e23d2a8

Browse files
committed
rm misapplied class.
this was blurring out the linked learner group titles in the curriculum report results, after the report has loaded.
1 parent 4d79044 commit e23d2a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/frontend/app/components/reports/curriculum/learner-groups.gjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ export default class ReportsCurriculumLearnerGroupsComponent extends Component {
276276
<td>{{o.schoolTitle}}</td>
277277
{{/if}}
278278
<td>
279-
<LinkTo @route="course" @model={{o.courseId}} class="loading-text">
279+
<LinkTo @route="course" @model={{o.courseId}}>
280280
{{o.courseTitle}}
281281
</LinkTo>
282282
</td>

0 commit comments

Comments
 (0)