Skip to content

Commit c682e53

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

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-
<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)