From f597146b91622b30487f20eb325cc2961ab26c8e Mon Sep 17 00:00:00 2001 From: Yohan Date: Wed, 2 Oct 2024 15:20:41 +0200 Subject: [PATCH] feat: removed unvailable banner (#250) --- apps/web/src/app/_components/Banner.tsx | 12 ------------ apps/web/src/app/_components/Header.tsx | 2 -- 2 files changed, 14 deletions(-) delete mode 100644 apps/web/src/app/_components/Banner.tsx 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 (
-