File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff 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" ) }
You can’t perform that action at this time.
0 commit comments