Skip to content

Commit 73eaf61

Browse files
authored
revert: "temp: reverse stack order of discussions and upsell in sidebar (#1705)" (#1712)
This reverts commit 2ce8333.
1 parent db9663b commit 73eaf61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/courseware/course/new-sidebar/sidebars/discussions-notifications/DiscussionsNotificationsSidebar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ const DiscussionsNotificationsSidebar = () => {
2121
showTitleBar={false}
2222
showBorder={false}
2323
>
24-
<DiscussionsSidebar />
25-
{!hideNotificationbar && <div className="my-1.5" />}
2624
<NotificationTray />
25+
{!hideNotificationbar && <div className="my-1.5" />}
26+
<DiscussionsSidebar />
2727
</SidebarBase>
2828
);
2929
};

0 commit comments

Comments
 (0)