diff --git a/apps/web/src/app/_components/Banner.tsx b/apps/web/src/app/_components/Banner.tsx
deleted file mode 100644
index 2e48c033..00000000
--- a/apps/web/src/app/_components/Banner.tsx
+++ /dev/null
@@ -1,12 +0,0 @@
-export default function Banner() {
- return (
-
-
- Important Notice: The Bridge will be temporarily unavailable from
- 07/30/2024 for at least 3 weeks due to a comprehensive audit. We
- apologize for any inconvenience this may cause and appreciate your
- understanding.
-
-
- );
-}
diff --git a/apps/web/src/app/_components/Header.tsx b/apps/web/src/app/_components/Header.tsx
index 5de98248..35b8b305 100644
--- a/apps/web/src/app/_components/Header.tsx
+++ b/apps/web/src/app/_components/Header.tsx
@@ -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";
@@ -91,7 +90,6 @@ export default function Header() {
return (