Skip to content

Commit

Permalink
fix: remove trading warning banner
Browse files Browse the repository at this point in the history
  • Loading branch information
Zygimantass committed Jan 15, 2024
1 parent d958040 commit 8314da8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
2 changes: 0 additions & 2 deletions src/components/Layout.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
import { ComponentProps } from "react";
import Navbar from "./Navbar";
import WarningBanner from "./WarningBanner";

function Layout({ children, ...props }: ComponentProps<"main">) {
return (
<main {...props}>
<Navbar />
<WarningBanner />
<div className="md:px-4">
<div className="max-w-screen-lg mx-auto">{children}</div>
</div>
Expand Down
18 changes: 0 additions & 18 deletions src/components/WarningBanner.tsx

This file was deleted.

0 comments on commit 8314da8

Please sign in to comment.