fix: render upgrade banner above ImpersonatingBanner (#5968)
This commit is contained in:
@@ -154,10 +154,10 @@ const Layout = (props: LayoutProps) => {
|
||||
{/* todo: only run this if timezone is different */}
|
||||
<TimezoneChangeDialog />
|
||||
<div className="h-screen overflow-hidden">
|
||||
<TeamsUpgradeBanner />
|
||||
<div className="flex h-screen overflow-hidden" data-testid="dashboard-shell">
|
||||
{props.SidebarContainer || <SideBarContainer />}
|
||||
<div className="flex w-0 flex-1 flex-col overflow-hidden">
|
||||
<TeamsUpgradeBanner />
|
||||
<ImpersonatingBanner />
|
||||
<MainContainer {...props} />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user