diff --git a/packages/explorer-ui/pages/_app.tsx b/packages/explorer-ui/pages/_app.tsx index 2421604346..812accec59 100644 --- a/packages/explorer-ui/pages/_app.tsx +++ b/packages/explorer-ui/pages/_app.tsx @@ -16,7 +16,7 @@ const App = ({ Component, pageProps }) => { - {/* */} + @@ -25,13 +25,13 @@ const App = ({ Component, pageProps }) => { ) } -// const Banner = () => { -// return ( -//
-// We're updating the explorer at the moment, and some data may be -// inaccurate. Thank you for your patience. -//
-// ) -// } +const Banner = () => { + return ( +
+ We're updating the explorer at the moment, and some data may be + inaccurate. Thank you for your patience. +
+ ) +} export default App