diff --git a/src/courseware/course/Course.jsx b/src/courseware/course/Course.jsx
index 22b357f537..01c87f2787 100644
--- a/src/courseware/course/Course.jsx
+++ b/src/courseware/course/Course.jsx
@@ -18,6 +18,7 @@ import ContentTools from './content-tools';
import Sequence from './sequence';
import { CourseOutlineMobileSidebarTriggerSlot } from '../../plugin-slots/CourseOutlineMobileSidebarTriggerSlot';
import { CourseBreadcrumbsSlot } from '../../plugin-slots/CourseBreadcrumbsSlot';
+import { CoursewareTopBannerSlot } from '../../plugin-slots/CoursewareTopBannerSlot';
const Course = ({
courseId,
@@ -108,7 +109,7 @@ const Course = ({
-
+
(
+
+);
+
+export default CoursewareTopBannerSlot;
diff --git a/src/plugin-slots/README.md b/src/plugin-slots/README.md
index 045d9a7620..5e9a1a8a13 100644
--- a/src/plugin-slots/README.md
+++ b/src/plugin-slots/README.md
@@ -9,6 +9,7 @@
* [`org.openedx.frontend.learning.course_outline_sidebar_trigger.v1`](./CourseOutlineSidebarTriggerSlot)
* [`org.openedx.frontend.learning.course_outline_sidebar.v1`](./CourseOutlineSidebarSlot/)
* [`org.openedx.frontend.learning.course_outline_tab_notifications.v1`](./CourseOutlineTabNotificationsSlot/)
+* [`org.openedx.frontend.learning.courseware_top_banner.v1`](./CoursewareTopBannerSlot/)
* [`org.openedx.frontend.learning.course_recommendations.v1`](./CourseRecommendationsSlot/)
* [`org.openedx.frontend.learning.gated_unit_content_message.v1`](./GatedUnitContentMessageSlot/)
* [`org.openedx.frontend.learning.learner_tools.v1`](./LearnerToolsSlot/)