- {/* */}
+
@@ -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