You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: client/src/App.js
+3
Original file line number
Diff line number
Diff line change
@@ -169,6 +169,9 @@ function App() {
169
169
<Boxmt="1.5rem">
170
170
<Typographyvariant="h5"align="center">Loading Web3, accounts, and contract...</Typography>
171
171
</Box>
172
+
<Boxmt="1.5rem">
173
+
<Typographyvariant="h5"align="center">Please use the rinkeby testnet. If you are using another network, then please switch over to rinkeby and refresh the page!</Typography>
174
+
</Box>
172
175
<Boxmt="2rem"component="span">
173
176
<Typographyvariant="h6"align="center">If you do not have an etherum wallet, you can install it from here: </Typography>
0 commit comments