From 74474b2e484582824abb57d32d4478d8ea6f9616 Mon Sep 17 00:00:00 2001 From: Brian Smith <112954497+brian-smith-tcril@users.noreply.github.com> Date: Fri, 13 Feb 2026 10:48:12 -0500 Subject: [PATCH] fix(docs): use correct image for custom course banner --- src/plugin-slots/CourseBannerSlot/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugin-slots/CourseBannerSlot/README.md b/src/plugin-slots/CourseBannerSlot/README.md index 847ee9fb4..105239bde 100644 --- a/src/plugin-slots/CourseBannerSlot/README.md +++ b/src/plugin-slots/CourseBannerSlot/README.md @@ -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';