Skip to content

Commit 54f8bc8

Browse files
authored
fix: rename course banner slot (#586)
1 parent 1096101 commit 54f8bc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/plugin-slots/CourseBannerSlot/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const config = {
2828
{
2929
op: PLUGIN_OPERATIONS.Insert,
3030
widget: {
31-
id: 'custom_course_banner',
31+
id: 'org.openedx.frontend.learner_dashboard.course_card_banner.v1',
3232
type: DIRECT_PLUGIN,
3333
priority: 60,
3434
RenderWidget: ({ cardId }) => (

src/plugin-slots/CourseBannerSlot/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import CourseBanner from 'containers/CourseCard/components/CourseCardBanners/Cou
55

66
const CourseBannerSlot = ({ cardId }) => (
77
<PluginSlot
8-
id="course_banner_slot"
8+
id="org.openedx.frontend.learner_dashboard.course_card_banner.v1"
99
pluginProps={{
1010
cardId,
1111
}}

0 commit comments

Comments
 (0)