Skip to content

Commit

Permalink
feat: removed unvailable banner (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
YohanTz authored Oct 2, 2024
1 parent acb3cb1 commit f597146
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
12 changes: 0 additions & 12 deletions apps/web/src/app/_components/Banner.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions apps/web/src/app/_components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import useNftSelection from "../(routes)/bridge/_hooks/useNftSelection";
import useAccountFromChain from "../_hooks/useAccountFromChain";
import useCurrentChain from "../_hooks/useCurrentChain";
import useIsFullyConnected from "../_hooks/useIsFullyConnected";
import Banner from "./Banner";
import ConnectEthereumButton from "./ConnectEthereumButton";
import ConnectStarkNetButton from "./ConnectStarkNetButton";
import Logo from "./Logo";
Expand Down Expand Up @@ -91,7 +90,6 @@ export default function Header() {

return (
<header className="fixed z-20 w-full">
<Banner />
<div className="flex h-23 w-full items-center justify-center bg-white p-6 dark:bg-void-black md:justify-between">
<Link href="/">
<Logo />
Expand Down

0 comments on commit f597146

Please sign in to comment.