Skip to content

Commit c465666

Browse files
Merge pull request #1711 from brian-smith-tcril/sync-master-to-design-tokens
Sync master to design tokens
2 parents 84d5ae9 + 2ce8333 commit c465666

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)