fix(docs): use correct image for custom course banner (#796)

This commit is contained in:
Brian Smith
2026-03-02 09:04:16 -05:00
committed by GitHub
parent f93598a9e4
commit f1180bffde

View File

@@ -15,7 +15,7 @@ The default CourseBanner looks like this when audit access has expired for the c
The following `env.config.jsx` will render a custom implemenation of a CourseBanner under every `CourseCard`.
![Screenshot of custom banner added under CourseCard](./images/course_banner_slot_default.png)
![Screenshot of custom banner added under CourseCard](./images/custom_course_banner.png)
```js
import { DIRECT_PLUGIN, PLUGIN_OPERATIONS } from '@openedx/frontend-plugin-framework';