Hide v2 banner

pull/73/head
J M Rossy 6 months ago
parent cacfee4386
commit 866bb6ae65
  1. 3
      src/components/layout/AppLayout.tsx

@ -5,7 +5,6 @@ import { toTitleCase } from '@hyperlane-xyz/utils';
import { Footer } from '../nav/Footer';
import { Header } from '../nav/Header';
import { InfoBanner } from '../nav/InfoBanner';
interface Props {
pathName: string;
@ -23,7 +22,7 @@ export function AppLayout({ pathName, children }: PropsWithChildren<Props>) {
style={styles.container}
className="relative w-full min-w-screen h-full min-h-screen flex flex-col justify-between bg-blue-500"
>
<InfoBanner />
{/* <InfoBanner /> */}
<Header pathName={pathName} />
<div className="max-w-5xl mx-auto grow">
<main style={styles.main} className="relative min-h-full pt-3 z-20">

Loading…
Cancel
Save