Skip to content

Commit 2ce8333

Browse files
ayesha-warisAyesha Waris
and
Ayesha Waris
authored
temp: reverse stack order of discussions and upsell in sidebar (#1705)
Co-authored-by: Ayesha Waris <[email protected]>
1 parent ff57a6b commit 2ce8333

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)