disable maintenance banner (#205)

* disable maintenance banner
pull/207/head
Jenya 2 years ago committed by GitHub
parent 36093dfe1b
commit 8a9ef26373
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/App.tsx

@ -73,9 +73,10 @@ function AppWithHistory() {
style={{ margin: "auto", minHeight: "100%" }}
>
<AppHeader style={{ flex: "0 0 auto" }} />
<Box align="center" style={{ flex: "1 1 100%", borderRadius: "2px", backgroundColor: "tomato", color: "white" }}>
{/*<Box align="center" style={{ flex: "1 1 100%", borderRadius: "2px", backgroundColor: "tomato", color: "white" }}>
<h1>Explorer is currently undergoing maintenance. Services will be restored soon</h1>
</Box>
*/}
<Box align="center" style={{ flex: "1 1 100%" }}>
<BaseContainer>
<SearchInput />

Loading…
Cancel
Save