From f1180bffdefb1be9a9f0c258248cb6e5fac4b1d9 Mon Sep 17 00:00:00 2001 From: Brian Smith <112954497+brian-smith-tcril@users.noreply.github.com> Date: Mon, 2 Mar 2026 09:04:16 -0500 Subject: [PATCH] fix(docs): use correct image for custom course banner (#796) --- 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 847ee9f..105239b 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';