Skip to content

Commit

Permalink
Remove notification banner from home page
Browse files Browse the repository at this point in the history
  • Loading branch information
allisonking committed Apr 17, 2023
1 parent 34df89a commit 680f3ce
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions clients/admin-ui/src/home/HomeLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { ReactNode } from "react";

import Header from "~/features/common/Header";
import { NavTopBar } from "~/features/common/nav/v2/NavTopBar";
import NotificationBanner from "~/features/common/NotificationBanner";

type HomeLayoutProps = {
children: ReactNode;
Expand All @@ -20,8 +19,6 @@ const HomeLayout: React.FC<HomeLayoutProps> = ({ children, title }) => (
<link rel="icon" href="/favicon.ico" />
</Head>
<Header />
{/* TODO: remove this in a future release (see https://github.com/ethyca/fides/issues/2844) */}
<NotificationBanner />
<NavTopBar />
<Flex as="main" flexGrow={1} flexDirection="column" gap={10}>
{children}
Expand Down

0 comments on commit 680f3ce

Please sign in to comment.