Skip to content

Commit 0938930

Browse files
author
Ayesha Waris
committed
temp: reverse stack order of discussions and upsell in sidebar
1 parent 8e9306d commit 0938930

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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-
<NotificationTray />
25-
{!hideNotificationbar && <div className="my-1.5" />}
2624
<DiscussionsSidebar />
25+
{!hideNotificationbar && <div className="my-1.5" />}
26+
<NotificationTray />
2727
</SidebarBase>
2828
);
2929
};

0 commit comments

Comments
 (0)