Skip to content

Commit fb6ad62

Browse files
Merge pull request #37 from edx/sundar/upgrade-cta-to-top
feat: moved upgrade notification CTA to top
2 parents 9f4d82f + 2365dbd commit fb6ad62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/course-home/outline-tab/OutlineTab.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ const OutlineTab = () => {
171171
</div>
172172
{rootCourseId && (
173173
<div className="col col-12 col-md-4">
174+
<CourseOutlineTabNotificationsSlot courseId={courseId} />
174175
<ProctoringInfoPanel />
175176
{ /** Defer showing the goal widget until the ProctoringInfoPanel has resolved or has been determined as
176177
disabled to avoid components bouncing around too much as screen is rendered */ }
@@ -181,7 +182,6 @@ const OutlineTab = () => {
181182
/>
182183
)}
183184
<CourseTools />
184-
<CourseOutlineTabNotificationsSlot courseId={courseId} />
185185
<CourseDates />
186186
<CourseHandouts />
187187
</div>

0 commit comments

Comments
 (0)