Skip to content

Commit 3a50d63

Browse files
committed
sync to release
1 parent d0a6069 commit 3a50d63

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

packages/webapp/src/layouts/header/index.tsx

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ const Header = withTranslation("common")(
4141
const { confirmWrapper } = confirmation.useConfirmation();
4242
const { allowTrade } = useSystem();
4343
const { account } = useAccount();
44-
const [view, setView] = React.useState(true);
45-
// myLog("headerToolBarData", headerToolBarData);
44+
const [view, setView] = React.useState(false);
4645
return (
4746
<>
4847
{isHideOnScroll ? (
@@ -104,12 +103,7 @@ const Header = withTranslation("common")(
104103
sx={{ background: hexToRGB("#FBA95C", "0.8") }}
105104
width={"100%"}
106105
>
107-
<Typography color={"white"} padding={2}>
108-
We are currently experiencing a DDOS attack. The external services
109-
are temporarily unstable, while it won't impact the blockchain
110-
security. Our engineers are working hard to resolve this issue. We
111-
will keep you updated. As always your assets are safe on Loopring
112-
</Typography>
106+
<Typography color={"white"} padding={2}></Typography>
113107
<IconButton
114108
size={"large"}
115109
aria-label={t("labelClose")}

0 commit comments

Comments
 (0)