Skip to content

Commit

Permalink
fix: blink course image (openedx#49)
Browse files Browse the repository at this point in the history
* fix: blink course image

* chore: revert contents
  • Loading branch information
forgotvas authored Jul 29, 2024
1 parent 3f40f7a commit feebc89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dashboard/Dashboard/Presentation/AllCoursesView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public struct AllCoursesView: View {
enrollmentEnd: course.enrollmentEnd,
title: course.name,
org: course.org,
courseRawImage: course.courseRawImage,
courseRawImage: course.imageURL,
coursewareAccess: course.coursewareAccess,
showDates: false,
lastVisitedBlockID: nil
Expand Down

0 comments on commit feebc89

Please sign in to comment.